remove debug prints
This commit is contained in:
parent
778cfe2010
commit
8ac0fce53f
1 changed files with 0 additions and 2 deletions
|
@ -309,8 +309,6 @@ class Module(ModuleManager.BaseModule):
|
||||||
modes.append(("b", self._get_hostmask(channel, user)))
|
modes.append(("b", self._get_hostmask(channel, user)))
|
||||||
kick_reason = "User is banned from this channel"
|
kick_reason = "User is banned from this channel"
|
||||||
|
|
||||||
print(flags)
|
|
||||||
print(modes)
|
|
||||||
for chunk in self._chunk(modes, 4):
|
for chunk in self._chunk(modes, 4):
|
||||||
chars, args = list(zip(*chunk))
|
chars, args = list(zip(*chunk))
|
||||||
channel.send_mode("+%s" % "".join(chars), list(args))
|
channel.send_mode("+%s" % "".join(chars), list(args))
|
||||||
|
|
Loading…
Reference in a new issue