From 80aee5cebba3185debf95c127b4f829937d0c9bf Mon Sep 17 00:00:00 2001 From: TLSM Date: Wed, 17 Aug 2022 18:53:14 -0400 Subject: [PATCH] WPD: add Marseys thread, notif keywords for 14668. --- files/helpers/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index b0b54c1fc..513d3f98c 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -334,6 +334,7 @@ elif SITE == 'watchpeopledie.co': SNAKES_ID = 32 SIDEBAR_THREAD = 5403 + MARSEY_THREAD = 5743 else: # localhost or testing environment implied FEATURES['PRONOUNS'] = True FEATURES['HATS'] = True @@ -793,6 +794,7 @@ NOTIFIED_USERS = { 'joan': JOAN_ID, 'pewkie': JOAN_ID, 'carp': CARP_ID, + 'clit': CARP_ID, 'idio3': IDIO_ID, 'idio ': IDIO_ID, 'dong': DONGER_ID,