This commit is contained in:
da
2016-02-29 15:05:31 +01:00
5 changed files with 47 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ func init() {
}
func coffeeHandleMessage(m *irc.Message) {
tok := strings.Split(m.Trailing, " ")
tok := strings.Split(strings.Trim(m.Trailing, " "), " ")
if len(tok) < 1 {
return
}