diff --git a/cmdDev.go b/cmdDev.go index bfdc426..2db7357 100644 --- a/cmdDev.go +++ b/cmdDev.go @@ -29,5 +29,5 @@ func cmdDev(cmd []string) { if (dev) { n = strings.Split(lastChat, "#")[0] } else { n = lastChat } cmdJoin([]string{"/join", n}) } - go updateChatWindow() // Otherwise you won't be able to process incoming messages. + //go updateChatWindow() // Otherwise you won't be able to process incoming messages. }