temp enable logging

This commit is contained in:
blackbeard420 2025-02-27 19:02:30 -05:00
parent ffeacd8f16
commit 5574cb8ef7

2
irc.go
View File

@ -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)
}
}
}