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:
@@ -4,16 +4,17 @@ package modules
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"code.dnix.de/an/xlog"
|
||||
|
||||
"github.com/sorcix/irc"
|
||||
)
|
||||
|
||||
func init() {
|
||||
MsgHandlers["fuzzytime"] = fuzzytimeHandleMessage
|
||||
log.Println("Initializing fuzzytime module")
|
||||
xlog.Info("Fuzzytime module initialized")
|
||||
}
|
||||
|
||||
func fuzzytimeHandleMessage(m *irc.Message) {
|
||||
|
||||
Reference in New Issue
Block a user