This commit is contained in:
Luke Rogers 2012-03-13 09:50:55 +13:00
parent d629f0235e
commit 77d86dc840

View file

@ -35,7 +35,7 @@ def seen(inp, nick='', chan='', db=None, input=None):
return "Have you looked in a mirror lately?"
if not re.match("^[A-Za-z0-9_|.-\]\[]*$", inp.lower()):
return "I cant look up that name, its impossible to use!"
return "I can't look up that name, its impossible to use!"
db_init(db)