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)