remove debug print
This commit is contained in:
parent
5722a567a1
commit
1d9621022c
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ LOWHIGH = {
|
||||||
"Set which channel mode is considered to be 'high' access", example="o"))
|
"Set which channel mode is considered to be 'high' access", example="o"))
|
||||||
class Module(ModuleManager.BaseModule):
|
class Module(ModuleManager.BaseModule):
|
||||||
def _check_command(self, event, channel, require_mode):
|
def _check_command(self, event, channel, require_mode):
|
||||||
print(channel)
|
|
||||||
if channel and require_mode:
|
if channel and require_mode:
|
||||||
if require_mode in LOWHIGH:
|
if require_mode in LOWHIGH:
|
||||||
require_mode = channel.get_setting("mode-%s" % require_mode,
|
require_mode = channel.get_setting("mode-%s" % require_mode,
|
||||||
|
|
Loading…
Reference in a new issue