mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fixed stupid syntax error (wrong quotes around praise)
This commit is contained in:
parent
1d23d06d20
commit
8f16571fdb
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user