From 432bd6880d9ca2f599e9afe7a8d0f67ce3261a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eli=C3=A1n=20Hanisch?= Date: Fri, 9 Nov 2012 20:06:07 -0300 Subject: [PATCH] fix typo --- Bantracker/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bantracker/plugin.py b/Bantracker/plugin.py index 1d6492f..9fe11c8 100644 --- a/Bantracker/plugin.py +++ b/Bantracker/plugin.py @@ -1692,7 +1692,8 @@ class Bantracker(callbacks.Plugin): def duration(self, irc, msg, args, ids, duration): """[[, ...]] [] - Sets the duration of a ban. If isn't given show when a ban expires. f no is given shows the ids of bans set to expire. + Sets the duration of a ban. If isn't given show when a ban expires. If no is + given shows the ids of bans set to expire. """ if ids is None: count = len(self.managedBans)