Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-05-07 23:17:02 (GMT)
committer Richard Darst <rkd@zgib.net>2009-05-07 23:17:02 (GMT)
commit38ae31df033a1acdec54fb8a6c596baaf0b2013a (patch)
treeb78c857423ba5e16848d345dbfb65b907823867d /config.py
parent10fcdd5753b6b3f8753055eb29e8eb7f89a866af (diff)
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
Diffstat (limited to 'config.py')
-rw-r--r--config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.py b/config.py
index 4668d69..734294b 100644
--- a/config.py
+++ b/config.py
@@ -37,12 +37,12 @@ def configure(advanced):
# user or not. You should effect your configuration by manipulating the
# registry as appropriate.
from supybot.questions import expect, anything, something, yn
- conf.registerPlugin('MeatBot', True)
+ conf.registerPlugin('MeetBot', True)
-MeatBot = conf.registerPlugin('MeatBot')
+MeetBot = conf.registerPlugin('MeetBot')
# This is where your configuration variables (if any) should go. For example:
-# conf.registerGlobalValue(MeatBot, 'someConfigVariableName',
+# conf.registerGlobalValue(MeetBot, 'someConfigVariableName',
# registry.Boolean(False, """Help for someConfigVariableName."""))