mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Oops, if you remove a switch, remove it in the help :)
This commit is contained in:
parent
da3be6b624
commit
b40a7e7757
@ -280,7 +280,6 @@ class Misc(callbacks.Privmsg):
|
|||||||
a nick from whom the message came; --in and --to require a channel the
|
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 was sent to; --with requires some string that had to be in the
|
||||||
message; --regexp requires a regular expression the message must match
|
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=',
|
(optlist, rest) = getopt.getopt(args, '', ['from=', 'in=', 'to=',
|
||||||
'with=', 'regexp='])
|
'with=', 'regexp='])
|
||||||
|
Loading…
Reference in New Issue
Block a user