Add search, make encyclopedia more general, misc fixes

This commit is contained in:
Dennis Kaarsemaker
2006-09-28 14:35:24 +02:00
parent 4b5931194b
commit 9a1d60918f
8 changed files with 94 additions and 44 deletions

View File

@ -207,6 +207,10 @@ class Webcal(callbacks.Plugin):
now = wrap(now, [additional('text')])
time = now
def subscribe(self, irc, msg, args, meeting):
print meeting
subscribe = wrap(subscribe, ['text'])
# Warn people that you manage the topic
def doTopic(self, irc, msg):
if not self.registryValue('doTopic'):