From b6293e7ece027a2ed7fffcb2f128df77ad529467 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Thu, 19 Oct 2017 09:01:15 -0500 Subject: [PATCH] potential IRC fix --- code/controllers/configuration/entries/config.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/controllers/configuration/entries/config.dm b/code/controllers/configuration/entries/config.dm index 051940c15f..f1ee6a557c 100644 --- a/code/controllers/configuration/entries/config.dm +++ b/code/controllers/configuration/entries/config.dm @@ -201,9 +201,6 @@ CONFIG_DEF(flag/load_jobs_from_txt) CONFIG_DEF(flag/forbid_singulo_possession) -CONFIG_DEF(flag/useircbot) //tgs2 support - protection = CONFIG_ENTRY_LOCKED - CONFIG_DEF(flag/automute_on) //enables automuting/spam prevention CONFIG_DEF(string/panic_server_name)