mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Make @clist actually show channel descriptions instead of 'No description' all the time.
This commit is contained in:
parent
a8434e3c97
commit
723cdab4aa
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ def cmd_clist(command):
|
|||
'-',
|
||||
chan.get_name(),
|
||||
chan.get_owner().get_name(show_dbref=False),
|
||||
'No Description'))
|
||||
chan.description))
|
||||
source_object.emit_to("-- End of Channel List --")
|
||||
GLOBAL_CMD_TABLE.add_command("@clist", cmd_clist),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue