mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 04:57:16 +02:00
Feexed.
This commit is contained in:
parent
44701530dc
commit
463197470e
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ def cmd_clist(cdat):
|
|||
session = cdat['session']
|
||||
session.msg("*** Channel Owner Description")
|
||||
for chan in functions_comsys.get_all_channels():
|
||||
session.msg("--- %s %s" % (chan.get_name(), chan.get_owner().get_name())
|
||||
session.msg("--- %s %s" % (chan.get_name(), chan.get_owner().get_name()))
|
||||
|
||||
def cmd_cdestroy(cdat):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue