Update main.go

This commit is contained in:
meer 2026-07-26 16:10:26 +00:00
parent 31ea29dbe0
commit 7b555dc998

View File

@ -195,7 +195,7 @@ func handleConn(conn net.Conn) {
if err != nil {
continue
}
fmt.Printf(" %s\n", line)
// fmt.Printf(" %s\n", line)
switch strings.ToUpper(msg.Command) {
case "NICK":
if len(msg.Params) > 0 {