diff --git a/plugins/slap.py b/plugins/slap.py index 72d945c..3556e9d 100644 --- a/plugins/slap.py +++ b/plugins/slap.py @@ -6,7 +6,7 @@ larts = ["swaps 's shampoo with glue", "installs windows on 's machine", "forces to use perl for 3 weeks", "registers 's name with 50 known spammers", - "resizes 's to 40x24", + "resizes 's console to 40x24", "takes 's drink", "dispenses 's email address to a few hundred 'bulk mailing services'", "pokes in the eye", @@ -101,14 +101,6 @@ larts = ["swaps 's shampoo with glue", "assigns all of the permissions tickets on the BeastNode support system to ", "hands a poison ivy joint"] -loves = ["hugs ", - "gives some love", - "gives a cookie", - "makes a balloon animal for ", - "shares a slice of cake with ", - "slaps heartily on the back", - "tickles "] - slaps = ["slaps with a ", "slaps around a bit with a ", "throws a at ", @@ -150,22 +142,6 @@ def lart(inp, me = None, nick = None, input=None, notice=None): me(msg) -@hook.command -def love(inp, me = None, input=None, notice=None): - ".love - gives a user a nice comment" - inp = inp.strip() - - if not re.match("^[A-Za-z0-9_|.-\]\[]*$", inp.lower()): - notice("Invalid username!") - return - - if inp == input.conn.nick.lower() or inp == "itself": - msg = 'hugs themself!' - else: - msg = re.sub ('', inp, random.choice(loves)) - - me(msg) - @hook.command def slap(inp, me = None, nick = None, input=None, notice=None): ".slap - slap a user"