mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 18:44:04 +01:00
Merge pull request #873 from Mkaysi/wizard
Recommend Aka in supybot-wizard instead of Alias
This commit is contained in:
commit
e9b8dddbb6
@ -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
|
import supybot
|
||||||
|
@ -529,7 +529,7 @@ def main():
|
|||||||
output("""What plugins would you like to add? If you've changed your
|
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
|
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,
|
We suggest you to add Aka, Ctcp, Later, Network, Plugin, String,
|
||||||
and Utilities""")
|
and Utilities""")
|
||||||
massPlugins = anything('Separate plugin names by spaces or commas:')
|
massPlugins = anything('Separate plugin names by spaces or commas:')
|
||||||
for name in re.split(r',?\s+', massPlugins):
|
for name in re.split(r',?\s+', massPlugins):
|
||||||
|
Loading…
Reference in New Issue
Block a user