Added info from @reload (Issue 70) and @service (Issue 71) to MUDInfo channel.

@reload only adds full info to the logger; normally just brief info to game unless
there is a traceback.
This commit is contained in:
Griatch 2009-08-30 15:35:29 +00:00
parent 811bdc623f
commit cb7ee081f5
3 changed files with 69 additions and 58 deletions

View file

@ -310,8 +310,10 @@ def cname_search(search_text, exact=False):
else:
return CommChannel.objects.filter(name__istartswith=search_text)
def cemit_mudinfo(message):
"Send to mud info channel This is "
send_cmessage(settings.COMMCHAN_MUD_INFO,
'Info: %s' % message)
def send_cexternal(cname, cmessage, from_external=None):
"""