Fixes adminwho having namecheck as a keyword
This commit is contained in:
committed by
CitadelStationBot
parent
06061f0870
commit
e595c2f2fc
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user