From ac6a19947a5f84e74c83d59aa93689097c7f5ccf Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Sat, 26 Nov 2011 13:16:55 +1300 Subject: [PATCH] Removed poken factoid prefixes, added more HTML entity codes to the URL parser --- plugins/factoids.py | 2 -- 1 file changed, 2 deletions(-) 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"