From 567386c8e8eb350af02e2188fbdf7a699bfba823 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 16 Nov 2014 19:26:05 +0200 Subject: [PATCH] Aka: add the plugin help I assume that everyone knows what aliases are. Please see also issue #903. --- plugins/Aka/plugin.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/Aka/plugin.py b/plugins/Aka/plugin.py index ca1d0be3d..54f15ed06 100644 --- a/plugins/Aka/plugin.py +++ b/plugins/Aka/plugin.py @@ -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)