From b40a7e7757b3ae2976f94a642b1597608fdc208e Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Thu, 13 Nov 2003 01:34:21 +0000 Subject: [PATCH] Oops, if you remove a switch, remove it in the help :) --- src/Misc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Misc.py b/src/Misc.py index cc0398063..e6eceb78b 100755 --- a/src/Misc.py +++ b/src/Misc.py @@ -280,7 +280,6 @@ class Misc(callbacks.Privmsg): a nick from whom the message came; --in and --to require a channel the message was sent to; --with requires some string that had to be in the message; --regexp requires a regular expression the message must match - --fancy determines whether or not to show the nick; the default is not """ (optlist, rest) = getopt.getopt(args, '', ['from=', 'in=', 'to=', 'with=', 'regexp='])