From bf25751aa3efe3512dbfdbb68101f94800d6e990 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 25 Mar 2003 06:51:13 +0000 Subject: [PATCH] Added module docstring and dawdit alias for unmorse --- plugins/Moobot.py | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/plugins/Moobot.py b/plugins/Moobot.py index b9e1358c4..21cbf73d7 100644 --- a/plugins/Moobot.py +++ b/plugins/Moobot.py @@ -32,7 +32,23 @@ ### # Note the exception above the declaration of _code. ### -"""Module to replicate some of moobot's functionality.""" +""" +Provides several commands that shamelessly imitate Moobot, if only to show +developers coming from Moobot how to code to Supybot. + +Commands include: + cool + hi + morse + unmorse + ditdaw + dawdit + reverse + mime + unmime + stack + give +""" from baseplugin import * @@ -128,6 +144,7 @@ class Moobot(callbacks.Privmsg): irc.reply(msg, ' '.join(L)) ditdaw = morse + dawdit = unmorse def hi(self, irc, msg, args): "takes no arguments"