From 7f53bdcb49b7b30781f0a795b6e09297fc963ddf Mon Sep 17 00:00:00 2001 From: lukeroge Date: Thu, 23 Feb 2012 10:41:54 +1300 Subject: [PATCH] Update plugins/quote.py --- plugins/quote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/quote.py b/plugins/quote.py index 8cbfb1b..1b1a8f3 100644 --- a/plugins/quote.py +++ b/plugins/quote.py @@ -32,8 +32,8 @@ def add_quote(db, chan, nick, add_nick, msg): (chan, nick, add_nick, msg, time.time())) db.commit() except db.IntegrityError: - return "message already stored, doing nothing." - return "quote added." + return "Message already stored, doing nothing." + return "Quote added." def del_quote(db, chan, nick, add_nick, msg): """Deletes a quote from a nick"""