Removes irccheck admin restriction

This commit is contained in:
Jordan Brown
2017-09-29 16:27:32 -04:00
committed by GitHub
parent 2ddc4aa332
commit 4d1f3b5d9f
-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)