fuck the state i am drunk

This commit is contained in:
Emily Horsman 2016-10-27 22:49:00 -04:00
parent 956e540fed
commit 0a16c4aa28

View file

@ -13,7 +13,6 @@ from service import slack
LOGGER = logging.getLogger('cookie')
MAX_PINS = 100
MAX_LORE = 30
LORE_FILE = 'lore.json'
CHANNELS = {}
ANGER_MESSAGES = [':anger:', ':angry:']
@ -161,8 +160,6 @@ def process_message(data):
#
def _lore(channel, count):
if count > MAX_LORE:
return [random.choice(ANGER_MESSAGES)]
pins = channel.saved_pins
if not pins:
return None