diff --git a/plugins/factoids.py b/plugins/factoids.py index 41d7de2..187eb99 100644 --- a/plugins/factoids.py +++ b/plugins/factoids.py @@ -21,7 +21,6 @@ def get_memory(db, word): return None -@hook.command("+") @hook.command("r") def remember(inp, nick='', db=None, say=None, input=None, notice=None): ".r [+] -- maps word to data in the memory" @@ -66,7 +65,6 @@ def remember(inp, nick='', db=None, say=None, input=None, notice=None): notice('Remembered!') return -@hook.command("-") @hook.command("f") def forget(inp, db=None): ".f -- forgets the mapping that word had"