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: