Implemented allcom as per MUX specifications (Issue 47). Added some more functionality to it, such as giving allcom without an

argument makes it work as comlist. Also cleaned up some of the channel listing commands to make their output more consistent.
This commit is contained in:
Griatch 2009-08-30 10:07:15 +00:00
parent ceaf7d2a2f
commit 117207e3ca
3 changed files with 71 additions and 20 deletions

View file

@ -51,7 +51,7 @@ def plr_chan_off(session, calias):
calias: (str) The channel alias.
"""
if not plr_listening_channel(session, calias, alias_search=True):
session.msg("You're already not listening to that channel.")
session.msg("You're already not listening to that channel." % )
return
else:
cname = plr_cname_from_alias(session, calias)