mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Fixed #379. Addcom no longer crashes when used IC.
This commit is contained in:
parent
4715499958
commit
7623b1a863
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ def find_channel(caller, channelname, silent=False, noaliases=False):
|
|||
return None
|
||||
return channels[0]
|
||||
|
||||
class CmdAddCom(MuxCommand):
|
||||
class CmdAddCom(MuxPlayerCommand):
|
||||
"""
|
||||
addcom - subscribe to a channel with optional alias
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ class CmdAddCom(MuxCommand):
|
|||
self.msg(string)
|
||||
|
||||
|
||||
class CmdDelCom(MuxCommand):
|
||||
class CmdDelCom(MuxPlayerCommand):
|
||||
"""
|
||||
delcom - unsubscribe from channel or remove channel alias
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue