aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
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))