Fix: A bug in the gogs module prevented fuzzytime from working

This commit is contained in:
Andreas Neue
2016-03-12 18:12:40 +01:00
parent 1dea72f6c7
commit f58c99d73e
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
func init() {
MsgHandlers["coffee"] = coffeeHandleMessage
xlog.Info("Cёffee module initialized")
xlog.Info("Coffee module initialized")
}
func coffeeHandleMessage(m *irc.Message) {