From acceb4e71470cdacd872ab8ebf7e9fbfb9e4c14f Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 2 Aug 2017 21:45:20 +0800 Subject: [PATCH] opercmds: reword checkban docs --- plugins/opercmds.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/opercmds.py b/plugins/opercmds.py index 3bf1246..c0914be 100644 --- a/plugins/opercmds.py +++ b/plugins/opercmds.py @@ -29,9 +29,8 @@ def checkban(irc, source, args): CHECKBAN provides a ban checker command based on nick!user@host masks, user@host masks, and PyLink extended targets. - If a target nick or hostmask is given, return whether the given banmask will match it. - Otherwise, returns a list of connected users that would be affected by such a ban, up to 50 - results. + If a target nick or hostmask is given, this command returns whether the given banmask will match it. + Otherwise, it will display a list of connected users matching the banmask. If the --channel argument is given without a target mask, the returned results will only include users in the given channel.