s is not equal to newS.

This commit is contained in:
Jeremy Fincher 2004-08-19 17:01:04 +00:00
parent ad1b36a643
commit bfcff00380
1 changed files with 1 additions and 1 deletions

View File

@ -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()