mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-20 19:57:56 +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