mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Aka: add the plugin help
I assume that everyone knows what aliases are. Please see also issue #903.
This commit is contained in:
parent
6d1538bff2
commit
567386c8e8
@ -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