Aka: add the plugin help

I assume that everyone knows what aliases are. Please see also issue
 #903.
This commit is contained in:
Mikaela Suomalainen 2014-11-16 19:26:05 +02:00
parent 6d1538bff2
commit 567386c8e8
1 changed files with 4 additions and 2 deletions

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)