Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
[ITEMS] Add some new Pinky reactions, remove others
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarion committed Mar 23, 2012
1 parent 865eb91 commit 6db8794
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lampstand/reactions/items.py
Expand Up @@ -349,10 +349,10 @@ def channelAction(self, connection, user, channel, message, matchIndex = False):

options = ("We'll never find %s at this hour" % itemone,
"I'm pretty sure you can't combine %s and %s safely" % (itemone, itemtwo),
"I don't think you could make out with %s realistically" % person,
#"I don't think you could make out with %s realistically" % person,
"I don't think you could mold a %s to look like %s" % (itemone, person),
"I don't think pants made out of %s would work" % itemone,
"you and %s? What would the children look like?" % person,
#"you and %s? What would the children look like?" % person,
"I'm pretty sure %s won't like it" % person,
"nothing good ever comes of eating %s" % itemone,
"%s isn't very good rocket fuel" % itemone,
Expand All @@ -361,6 +361,8 @@ def channelAction(self, connection, user, channel, message, matchIndex = False):
"snort* no, no, it's too stupid!",
"why would %s do a musical?" % person,
"what if %s won't wear %s?" % (person, itemone),
"But we don't have %s!" % itemone,
"Sure, but that's nothing that %s hasn't done already" % person
"isn't that why they invented %s?" % itemone,
"if Jimmy cracks corn, and no one cares, why does he keep doing it?",
"are you sure we can trust %s?" % person,
Expand Down

0 comments on commit 6db8794

Please sign in to comment.