diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 2143209bd..0ca402225 100644 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -504,7 +504,9 @@ def main(): output(format("""The available plugins are: %L.""", plugins)) 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.""") + enter and we'll move on to the individual plugin configuration. + We suggest you to add Alias, Ctcp, Later, Network, Plugin, String, + and Utilities""") massPlugins = anything('Separate plugin names by spaces or commas:') for name in re.split(r',?\s+', massPlugins): module = loadPlugin(name) diff --git a/src/version.py b/src/version.py index d444b448d..e7e458f6e 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2011-07-14T17:34:26+0200)' +version = '0.83.4.1+limnoria (2011-07-16T13:37:56+0200)'