Fix bad parsing of JOIN command
This commit is contained in:
parent
05cf740151
commit
f4d3c6a500
3 changed files with 23 additions and 20 deletions
|
|
@ -312,7 +312,7 @@ def liste(cmds, servers):
|
|||
elif l == "chan" or l == "channel" or l == "channels":
|
||||
if selectedServer is not None:
|
||||
for chn in selectedServer.channels:
|
||||
print (" - %s ;" % chn)
|
||||
print (" - %s: %s ;" % (chn, selectedServer.channels[chn].people.keys()))
|
||||
else:
|
||||
print (" Please SELECT a server before ask for channels list.")
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue