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