Merge pull request #904 from Mkaysi/helpforaka

Aka: add the plugin help
This commit is contained in:
Valentin Lorentz 2014-11-16 18:38:44 +01:00
commit b9787c399e

View File

@ -369,8 +369,10 @@ def findBiggestAt(alias):
AkaDB = plugins.DB('Aka', available_db) AkaDB = plugins.DB('Aka', available_db)
class Aka(callbacks.Plugin): class Aka(callbacks.Plugin):
"""Add the help for "@plugin help Aka" here """Aka is improved version of the Alias plugin. It stores akas outside
This should describe *how* to use this plugin.""" of the bot.conf and doesn't have risk of corrupting the bot.conf file
which often happens when there are Unicode issues. Aka also
introduces multi-worded akas."""
def __init__(self, irc): def __init__(self, irc):
self.__parent = super(Aka, self) self.__parent = super(Aka, self)