Typo
This commit is contained in:
parent
d629f0235e
commit
77d86dc840
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def seen(inp, nick='', chan='', db=None, input=None):
|
||||||
return "Have you looked in a mirror lately?"
|
return "Have you looked in a mirror lately?"
|
||||||
|
|
||||||
if not re.match("^[A-Za-z0-9_|.-\]\[]*$", inp.lower()):
|
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)
|
db_init(db)
|
||||||
|
|
||||||
|
|
Reference in a new issue