From 0a16c4aa28539b6f83b7b03d8301c5d4cd9072c3 Mon Sep 17 00:00:00 2001 From: Emily Horsman Date: Thu, 27 Oct 2016 22:49:00 -0400 Subject: [PATCH] fuck the state i am drunk --- plugins/lore.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/lore.py b/plugins/lore.py index 2a0a170..321e509 100644 --- a/plugins/lore.py +++ b/plugins/lore.py @@ -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