diff --git a/irc.go b/irc.go index 8347536..b73836e 100644 --- a/irc.go +++ b/irc.go @@ -309,7 +309,7 @@ func (c *Connection) parseMessage(line string) { c.NickCallback(from, msg) } default: - //log.Printf("unhandled command: %s %s %s", cmd, target, msg) + log.Printf("unhandled command: %s %s %s", cmd, target, msg) } } }