mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-14 18:42:25 +01:00
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