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):
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user