From 32dce478c5f2e1ec8f52e3c9c20b7ae4c992f2ca Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 10 Feb 2005 07:35:49 +0000 Subject: [PATCH] Let's be honest about what we accept. --- scripts/supybot-wizard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index c07bca050..a4e11ae67 100644 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -426,7 +426,7 @@ def main(): output("""What plugins would you like to add? If you've changed your mind and would rather not add plugins in bulk like this, just press enter and we'll move on to the individual plugin configuration.""") - massPlugins = anything('Separate plugin names by spaces:') + massPlugins = anything('Separate plugin names by spaces or commas:') for name in re.split(r',?\s+', massPlugins): module = loadPlugin(name) if module is not None: