mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Conditional: Add description about plugin to init
Fixes the issue in supybot-wizard which shows this type of output: What plugin would you like to look at? [.../Conditional/...] Conditional Add a description of the plugin (to be presented to the user inside the wizard) here. This should describe *what* the plugin does. Would you like to load this plugin? [y/n] (default: y)
This commit is contained in:
parent
79eeb8eb95
commit
417182c15a
@ -28,9 +28,10 @@
|
||||
|
||||
###
|
||||
|
||||
|
||||
"""
|
||||
Add a description of the plugin (to be presented to the user inside the wizard)
|
||||
here. This should describe *what* the plugin does.
|
||||
Contains numerous conditional commands (such as 'if', 'and', and 'or'),
|
||||
which can be used on their own or with another plugin.
|
||||
"""
|
||||
|
||||
import supybot
|
||||
|
Loading…
Reference in New Issue
Block a user