Resolves issue 138.

This commit is contained in:
Griatch 2011-02-28 23:43:14 +00:00
parent e094a4d173
commit 38014eda3c
4 changed files with 33 additions and 21 deletions

View file

@ -131,6 +131,7 @@ def cemit_info(message):
"""
logger.log_infomsg(message)
infochan = None
try:
infochan = settings.CHANNEL_MUDINFO
infochan = Channel.objects.get_channel(infochan[0])