|
|
@ -29,5 +29,5 @@ func cmdDev(cmd []string) { |
|
|
|
if (dev) { n = strings.Split(lastChat, "#")[0] } else { n = lastChat } |
|
|
|
if (dev) { n = strings.Split(lastChat, "#")[0] } else { n = lastChat } |
|
|
|
cmdJoin([]string{"/join", n}) |
|
|
|
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.
|
|
|
|
} |
|
|
|
} |
|
|
|