Begin detecting mentions, and slicing to the actual message portion

Also convert source_nick to a plain string, instead of an Option. Next should be making weather code get weather for specified locations.
This commit is contained in:
Darren VanBuren 2016-07-27 15:21:14 -07:00
parent 4df059bfc1
commit f450366777
3 changed files with 76 additions and 5 deletions

View file

@ -7,3 +7,4 @@ authors = ["Darren VanBuren <onekopaka@theoks.net>"]
irc = "0.11"
hyper = "0.9"
rustc-serialize = "0.3"
regex = "0.1"