mirror of
https://code.dnix.de/da/flokatirc
synced 2026-07-27 08:49:44 +02:00
New mod management, new parameter -mods
This commit is contained in:
+2
-3
@@ -137,9 +137,8 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
MsgHandlers["twitch"] = twitchHandleMessage
|
||||
go pollStreamData()
|
||||
xlog.Info("Twitch module initialized")
|
||||
MsgFuncs["twitch"] = twitchHandleMessage
|
||||
RunFuncs["twitch"] = pollStreamData
|
||||
}
|
||||
|
||||
func twitchHandleMessage(m *irc.Message) {
|
||||
|
||||
Reference in New Issue
Block a user