From 6d56a864b4d1543edd8377e6c60cbcbf18ba54e5 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 26 Mar 2003 00:42:13 +0000 Subject: [PATCH] Forgot irc.reply(msg, conf.replySuccess) in addlart. --- plugins/FunDB.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/FunDB.py b/plugins/FunDB.py index 3e92dd5f4..0099abe1f 100755 --- a/plugins/FunDB.py +++ b/plugins/FunDB.py @@ -243,6 +243,7 @@ class FunDB(callbacks.Privmsg): cursor = self.db.cursor() cursor.execute("""INSERT INTO larts VALUES (NULL, %s)""", lart) self.db.commit() + irc.reply(msg, conf.replySuccess) def removelart(self, irc, msg, args): """"""