aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-09-12 15:12:31 +0100
committerGravatar jesopo2019-09-12 15:12:31 +0100
commit8ac0fce53f5d7796e78d122135568676a0c15b0a (patch)
tree2df4cad51870f53145d6401c762b5a4597fe5309 /modules
parentremove extra ")" (diff)
remove debug prints
Diffstat (limited to 'modules')
-rw-r--r--modules/channel_op.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py
index 836bce24..d8a987f1 100644
--- a/modules/channel_op.py
+++ b/modules/channel_op.py
@@ -309,8 +309,6 @@ class Module(ModuleManager.BaseModule):
modes.append(("b", self._get_hostmask(channel, user)))
kick_reason = "User is banned from this channel"
- print(flags)
- print(modes)
for chunk in self._chunk(modes, 4):
chars, args = list(zip(*chunk))
channel.send_mode("+%s" % "".join(chars), list(args))