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