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()