mirror of
https://code.dnix.de/da/flokatirc
synced 2026-07-27 08:59:44 +02:00
New mod management, new parameter -mods
This commit is contained in:
+1
-4
@@ -7,8 +7,6 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"code.dnix.de/an/xlog"
|
||||
|
||||
"github.com/sorcix/irc"
|
||||
)
|
||||
|
||||
@@ -522,8 +520,7 @@ var quotes = [][]string{
|
||||
}
|
||||
|
||||
func init() {
|
||||
MsgHandlers["stoll"] = stollHandleMessage
|
||||
xlog.Info("Stoll module initialized")
|
||||
MsgFuncs["stoll"] = stollHandleMessage
|
||||
}
|
||||
|
||||
func stollHandleMessage(m *irc.Message) {
|
||||
|
||||
Reference in New Issue
Block a user