From 807a2b43fd1300e3cd138036cf66832cd57e749b Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Sun, 11 Aug 2013 11:47:54 +1200 Subject: [PATCH] Update correction.py --- plugins/correction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/correction.py b/plugins/correction.py index 65c9b55..6f2bddb 100644 --- a/plugins/correction.py +++ b/plugins/correction.py @@ -21,7 +21,7 @@ def correction(inp, say=None, input=None, notice=None, db=None): else: notice("%s can't be found in your last message" % find) else: - if nick = input.nick: + if nick == input.nick: notice("I haven't seen you say anything here yet") else: notice("I haven't seen %s say anything here yet" % nick)