mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
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:
parent
ceaf7d2a2f
commit
117207e3ca
3 changed files with 71 additions and 20 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue