Changed an optional to an additional.

This commit is contained in:
Jeremy Fincher 2004-10-19 02:31:31 +00:00
parent 80260623ec
commit 1bd09d016f
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class Misc(callbacks.Privmsg):
else:
irc.error('That plugin exists, but it has no '
'commands with help.')
list = wrap(list, [getopts({'private':''}), optional('plugin')])
list = wrap(list, [getopts({'private':''}), additional('plugin')])
def apropos(self, irc, msg, args, s):
"""<string>