diff --git a/code/modules/admin/chat_commands.dm b/code/modules/admin/chat_commands.dm index e0d7f1315e..1553c31204 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)