mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Fixed formatting on @clist.
This commit is contained in:
parent
547a5dd139
commit
9954700bdd
2 changed files with 5 additions and 4 deletions
|
|
@ -63,7 +63,8 @@ def create_channels():
|
|||
Creates some sensible default channels.
|
||||
"""
|
||||
god_user_obj = get_god_obj()
|
||||
chan_pub = comsys.create_channel("Public", god_user_obj, description="Public Discussion")
|
||||
chan_pub = comsys.create_channel("Public", god_user_obj,
|
||||
description="Public Discussion")
|
||||
chan_pub.is_joined_by_default = True
|
||||
chan_pub.save()
|
||||
comsys.create_channel(settings.COMMCHAN_MUD_INFO, god_user_obj,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue