diff --git a/plugins/FunDB.py b/plugins/FunDB.py index 086365ebe..2a28025a3 100755 --- a/plugins/FunDB.py +++ b/plugins/FunDB.py @@ -129,7 +129,8 @@ class FunDB(callbacks.Privmsg): def die(self): self.db.close() - """ + + ''' def praise(self, irc, msg, args): """ @@ -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 = privmsgs.getArgs(args)