diff --git a/plugins/remember.py b/plugins/remember.py index 7d034f2..8aa1fef 100644 --- a/plugins/remember.py +++ b/plugins/remember.py @@ -21,6 +21,7 @@ def get_memory(db, chan, word): @hook.command +@hook.command("r") def remember(inp, nick='', chan='', db=None): ".remember [+] -- maps word to data in the memory" db_init(db) @@ -56,6 +57,7 @@ def remember(inp, nick='', chan='', db=None): @hook.command +@hook.command("f") def forget(inp, chan='', db=None): ".forget -- forgets the mapping that word had"