mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
Merge pull request #904 from Mkaysi/helpforaka
Aka: add the plugin help
This commit is contained in:
commit
b9787c399e
@ -369,8 +369,10 @@ def findBiggestAt(alias):
|
||||
AkaDB = plugins.DB('Aka', available_db)
|
||||
|
||||
class Aka(callbacks.Plugin):
|
||||
"""Add the help for "@plugin help Aka" here
|
||||
This should describe *how* to use this plugin."""
|
||||
"""Aka is improved version of the Alias plugin. It stores akas outside
|
||||
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):
|
||||
self.__parent = super(Aka, self)
|
||||
|
Loading…
Reference in New Issue
Block a user