diff --git a/plugins/remember.py b/plugins/remember.py index 0305c51..d29250f 100644 --- a/plugins/remember.py +++ b/plugins/remember.py @@ -62,7 +62,7 @@ def forget(inp, chan='', db=None): return "I don't know about that." -@hook.regex(r'\?(.+)') +@hook.regex(r'^\?(.+)') def question(inp, chan='', say=None, db=None): "? -- shows what data is associated with word" db_init(db)