diff --git a/src/commands/default/comms.py b/src/commands/default/comms.py index 45e3598a29..1d318566d6 100644 --- a/src/commands/default/comms.py +++ b/src/commands/default/comms.py @@ -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