Merge pull request #31128 from tgstation/Cyberboss-patch-1

Removes irccheck admin restriction
This commit is contained in:
Leo
2017-09-30 23:34:08 -03:00
committed by GitHub
-1
View File
@@ -20,7 +20,6 @@
/datum/server_tools_command/irccheck
name = "check"
help_text = "Gets the playercount, gamemode, and address of the server"
admin_only = TRUE
var/static/last_irc_check = 0
/datum/server_tools_command/irccheck/Run(sender, params)