From bfcff0038086dd9a78156ad4023dfa64dfd9d47f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 19 Aug 2004 17:01:04 +0000 Subject: [PATCH] s is not equal to newS. --- plugins/Herald.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Herald.py b/plugins/Herald.py index 768afcf01..50c6d6d92 100644 --- a/plugins/Herald.py +++ b/plugins/Herald.py @@ -239,7 +239,7 @@ class Herald(callbacks.Privmsg): return s = self.db[channel, id] newS = changer(s) - self.db[channel, id] = s + self.db[channel, id] = newS irc.replySuccess()