Fixed formatting on @clist.

This commit is contained in:
Greg Taylor 2009-04-29 01:03:26 +00:00
parent 547a5dd139
commit 9954700bdd
2 changed files with 5 additions and 4 deletions

View file

@ -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,