From 4d1f3b5d9f3316145a7c332ea600240741e2f95e Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 29 Sep 2017 16:27:32 -0400 Subject: [PATCH] Removes irccheck admin restriction --- code/modules/admin/chat_commands.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/chat_commands.dm b/code/modules/admin/chat_commands.dm index e0d7f1315e8..1553c31204f 100644 --- a/code/modules/admin/chat_commands.dm +++ b/code/modules/admin/chat_commands.dm @@ -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)