Update correction.py
This commit is contained in:
parent
af4bcdb621
commit
807a2b43fd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def correction(inp, say=None, input=None, notice=None, db=None):
|
||||||
else:
|
else:
|
||||||
notice("%s can't be found in your last message" % find)
|
notice("%s can't be found in your last message" % find)
|
||||||
else:
|
else:
|
||||||
if nick = input.nick:
|
if nick == input.nick:
|
||||||
notice("I haven't seen you say anything here yet")
|
notice("I haven't seen you say anything here yet")
|
||||||
else:
|
else:
|
||||||
notice("I haven't seen %s say anything here yet" % nick)
|
notice("I haven't seen %s say anything here yet" % nick)
|
||||||
|
|
Reference in a new issue