From e595c2f2fceb6e64fa04b323d00a2e7b45d11866 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 12 Oct 2017 12:47:27 -0400 Subject: [PATCH] Fixes adminwho having namecheck as a keyword --- code/datums/world_topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/world_topic.dm b/code/datums/world_topic.dm index 02cb4e0c31..a5fedc39a2 100644 --- a/code/datums/world_topic.dm +++ b/code/datums/world_topic.dm @@ -122,7 +122,7 @@ return NC.Run(input["sender"], input["namecheck"]) /datum/world_topic/adminwho - keyword = "namecheck" + keyword = "adminwho" /datum/world_topic/adminwho/Run(list/input) return ircadminwho()