From 8ea62d25034c28131c7a8867a6269350f43979a0 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 26 Feb 2004 17:16:22 +0000 Subject: [PATCH] I should get some kind of anality award. --- plugins/FunDB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FunDB.py b/plugins/FunDB.py index ffb9ce9bb..43c0bbb57 100755 --- a/plugins/FunDB.py +++ b/plugins/FunDB.py @@ -155,7 +155,7 @@ class FunDB(callbacks.Privmsg, plugins.ChannelDBHandler): sql = """SELECT id FROM %ss WHERE %s=%%s""" % (table, table) cursor.execute(sql, s) id = cursor.fetchone()[0] - irc.replySuccess('(%s #%s)' % (table, id)) + irc.replySuccess('(%s #%s added)' % (table, id)) def remove(self, irc, msg, args): """[]