Browse Source

Removed obsolete line of code

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

1
cmdDev.go

@ -29,5 +29,4 @@ func cmdDev(cmd []string) { @@ -29,5 +29,4 @@ 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.
}

Loading…
Cancel
Save