From c42cb8b34d05ba6c2e1ef922992e67054ccabc33 Mon Sep 17 00:00:00 2001 From: monodemono Date: Mon, 2 Jun 2014 05:54:47 -0700 Subject: [PATCH] Fixed iban help text. Removed redundant information, and slightly altered the grammar in certain parts. --- plugins/Channel/plugin.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/plugins/Channel/plugin.py b/plugins/Channel/plugin.py index b6d7c9051..04cc1a1f6 100644 --- a/plugins/Channel/plugin.py +++ b/plugins/Channel/plugin.py @@ -320,13 +320,11 @@ class Channel(callbacks.Plugin): """[] [--{exact,nick,user,host}] [] If you have the #channel,op capability, this will ban for - as many seconds as you specify, or else (if you specify 0 seconds or + as many seconds as you specify, otherwise (if you specify 0 seconds or don't specify a number of seconds) it will ban the person indefinitely. - --exact bans only the exact hostmask; --nick bans just the nick; - --user bans just the user, and --host bans just the host. You can - combine these options as you choose. - is only necessary if the message isn't sent in the channel - itself. + --exact can be used to specify an exact hostmask. You can combine the + exact, nick, user, and host options as you choose. is only + necessary if the message isn't sent in the channel itself. """ self._ban(irc, msg, args, channel, optlist, bannedNick, expiry, None, False)