/proc/command_alert(var/text, var/title = "") world << "

[command_name()] Update

" if (title && length(title) > 0) world << "

[html_encode(title)]

" world << "[html_encode(text)]" world << "
"