From 3c7eff0f70962475b0c8f6060fd9b97f13ba0954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eli=C3=A1n=20Hanisch?= Date: Wed, 18 Jul 2012 21:34:49 -0300 Subject: [PATCH] allow setting multiple bans with one command. --- Bantracker/plugin.py | 77 +++++++++++++++++++++++++------------------- Bantracker/test.py | 21 ++++++------ 2 files changed, 55 insertions(+), 43 deletions(-) diff --git a/Bantracker/plugin.py b/Bantracker/plugin.py index fb4bd1b..fc77432 100644 --- a/Bantracker/plugin.py +++ b/Bantracker/plugin.py @@ -1491,8 +1491,8 @@ class Bantracker(callbacks.Plugin): irc.error("No comments recorded for ban %i" % id) comment = wrap(comment, ['id', optional('text')]) - def banremove(self, irc, msg, args, id, timespec): - """