|
|
@@ -29,6 +29,6 @@ def kick(connection, channel, user, reason):
|
|
|
ChanServ.kick(connection, channel, user, reason)
|
|
|
connection.kick(channel, user, reason)
|
|
|
|
|
|
-def bankick(connection, channel, user, reason):
|
|
|
- ban(connection, channel, user, reason)
|
|
|
+def bankick(connection, channel, user, mask, reason):
|
|
|
+ ban(connection, channel, user, mask, reason)
|
|
|
kick(connection, channel, user, reason)
|