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
@@ -18,7 +18,7 @@ var (
)
func init() {
MsgHandlers["fuzzytime"] = gogsHandleMessage
MsgHandlers["gogs"] = gogsHandleMessage
xlog.Info("Gogs module initialized")
}