Browse Source

Spawning another instance is now also obsolete :-)

pull/51/head
Ricardo Balk 5 years ago
parent
commit
7c3724c814
No known key found for this signature in database
GPG Key ID: 52866F2EC2ABD789
  1. 2
      cmdDev.go

2
cmdDev.go

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

Loading…
Cancel
Save