mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 14:10:41 +01:00
Changed an optional to an additional.
This commit is contained in:
parent
80260623ec
commit
1bd09d016f
@ -185,7 +185,7 @@ class Misc(callbacks.Privmsg):
|
|||||||
else:
|
else:
|
||||||
irc.error('That plugin exists, but it has no '
|
irc.error('That plugin exists, but it has no '
|
||||||
'commands with help.')
|
'commands with help.')
|
||||||
list = wrap(list, [getopts({'private':''}), optional('plugin')])
|
list = wrap(list, [getopts({'private':''}), additional('plugin')])
|
||||||
|
|
||||||
def apropos(self, irc, msg, args, s):
|
def apropos(self, irc, msg, args, s):
|
||||||
"""<string>
|
"""<string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user