mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
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:
parent
811bdc623f
commit
cb7ee081f5
3 changed files with 69 additions and 58 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue