Merge pull request #873 from Mkaysi/wizard

Recommend Aka in supybot-wizard instead of Alias
This commit is contained in:
Valentin Lorentz 2014-10-13 15:53:22 +02:00
commit e9b8dddbb6
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,8 @@
###
"""
Allows aliases for other commands.
Allows aliases for other commands. NOTE THAT IT'S RECOMMENDED TO USE Aka
PLUGIN INSTEAD!
"""
import supybot

View File

@ -529,7 +529,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.
We suggest you to add Alias, Ctcp, Later, Network, Plugin, String,
We suggest you to add Aka, Ctcp, Later, Network, Plugin, String,
and Utilities""")
massPlugins = anything('Separate plugin names by spaces or commas:')
for name in re.split(r',?\s+', massPlugins):