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): """"""