Oops, if you remove a switch, remove it in the help :)

This commit is contained in:
Daniel DiPaolo 2003-11-13 01:34:21 +00:00
parent da3be6b624
commit b40a7e7757
1 changed files with 0 additions and 1 deletions

View File

@ -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='])