diff --git a/plugins/seen.py b/plugins/seen.py index 7becdf2..d26eb8f 100755 --- a/plugins/seen.py +++ b/plugins/seen.py @@ -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)