Fixed stupid syntax error (wrong quotes around praise)

This commit is contained in:
Jeremy Fincher 2003-04-05 12:37:15 +00:00
parent 1d23d06d20
commit 8f16571fdb

View File

@ -129,7 +129,8 @@ class FunDB(callbacks.Privmsg):
def die(self):
self.db.close()
"""
'''
def praise(self, irc, msg, args):
"""<something>
@ -148,7 +149,8 @@ class FunDB(callbacks.Privmsg):
(id, insult) = cursor.fetchone()
s = insul
irc.queueMsg(ircmsgs.action(ircutils.replyTo(msg),
"""
'''
def insult(self, irc, msg, args):
"""<nick>"""
nick = privmsgs.getArgs(args)