From 1bd09d016f8396a86942b7640bd83d9633bef99a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 19 Oct 2004 02:31:31 +0000 Subject: [PATCH] Changed an optional to an additional. --- src/Misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Misc.py b/src/Misc.py index 3c8a4fafa..3c0d6211b 100755 --- a/src/Misc.py +++ b/src/Misc.py @@ -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): """