From 38ae31df033a1acdec54fb8a6c596baaf0b2013a Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Thu, 07 May 2009 23:17:02 +0000 Subject: Renaming: MeatBot->MeetBot - Holger and I agreed that this will replace the current eggdrop-based meetbot. But plus, the module can be named better regardless of the irc nick of our bot. darcs-hash:20090507231702-82ea9-5268cfbcc36208515436d5669f45b2f494e608a0.gz --- (limited to 'plugin.py') diff --git a/plugin.py b/plugin.py index 4563cac..b67a5ab 100644 --- a/plugin.py +++ b/plugin.py @@ -39,12 +39,12 @@ import time import meeting meeting = reload(meeting) -class MeatBot(callbacks.Plugin): - """Add the help for "@plugin help MeatBot" here +class MeetBot(callbacks.Plugin): + """Add the help for "@plugin help MeetBot" here This should describe *how* to use this plugin.""" def __init__(self, irc): - self.__parent = super(MeatBot, self) + self.__parent = super(MeetBot, self) self.__parent.__init__(irc) self.Meetings = { } @@ -117,7 +117,7 @@ class MeatBot(callbacks.Plugin): savemeetings = wrap(savemeetings, ['owner']) -Class = MeatBot +Class = MeetBot # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v0.9.1