mirror of
https://code.dnix.de/da/flokatirc
synced 2026-07-27 08:39:45 +02:00
Beautify logs with xlog
This commit is contained in:
+3
-2
@@ -5,10 +5,11 @@
|
||||
package modules
|
||||
|
||||
import (
|
||||
"log"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"code.dnix.de/an/xlog"
|
||||
|
||||
"github.com/sorcix/irc"
|
||||
)
|
||||
|
||||
@@ -18,7 +19,7 @@ var (
|
||||
|
||||
func init() {
|
||||
MsgHandlers["fuzzytime"] = gogsHandleMessage
|
||||
log.Println("Initializing gogs module")
|
||||
xlog.Info("Gogs module initialized")
|
||||
}
|
||||
|
||||
func gogsConfig() {
|
||||
|
||||
Reference in New Issue
Block a user