mirror of
https://code.dnix.de/da/flokatirc
synced 2026-07-27 07:29:45 +02:00
Fix: A bug in the gogs module prevented fuzzytime from working
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
package modules
|
||||
|
||||
import (
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"code.dnix.de/an/xlog"
|
||||
|
||||
"github.com/sorcix/irc"
|
||||
)
|
||||
|
||||
@@ -13,7 +14,7 @@ var ()
|
||||
|
||||
func init() {
|
||||
MsgHandlers["announcements"] = anncouncementsHandleMessage
|
||||
log.Println("Initializing announcements module")
|
||||
xlog.Info("Announcements module initialized")
|
||||
}
|
||||
|
||||
func anncouncementsHandleMessage(m *irc.Message) {
|
||||
|
||||
+1
-1
@@ -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) {
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
MsgHandlers["fuzzytime"] = gogsHandleMessage
|
||||
MsgHandlers["gogs"] = gogsHandleMessage
|
||||
xlog.Info("Gogs module initialized")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user