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