/proc/command_alert(var/text, var/title = "")
var/command
command += "
[command_name()] Update
"
if (title && length(title) > 0)
command += "
[html_encode(title)]
"
command += "
[html_encode(text)]
"
command += "
"
for(var/mob/M in player_list)
if(!istype(M,/mob/new_player))
M << command