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
-4
@@ -8,8 +8,6 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"code.dnix.de/an/xlog"
|
||||
|
||||
"github.com/sorcix/irc"
|
||||
)
|
||||
|
||||
@@ -18,8 +16,8 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
MsgHandlers["gogs"] = gogsHandleMessage
|
||||
xlog.Info("Gogs module initialized")
|
||||
MsgFuncs["gogs"] = gogsHandleMessage
|
||||
RunFuncs["gogs"] = gogsConfig
|
||||
}
|
||||
|
||||
func gogsConfig() {
|
||||
|
||||
Reference in New Issue
Block a user