mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Adds new adminhelp sound, fixes adminhelp sanitize, readds admin PM sounds for non-admins.
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
|
||||
src << "<font color='blue'>PM to-<b>Admins</b>: [msg]</font>"
|
||||
log_admin("HELP: [key_name(src)]: [msg]")
|
||||
var/list/replacechars = list("'" = "","\"" = "",">" = "","<" = "","(" = "",")" = "")
|
||||
msg = sanitize_simple(msg, replacechars)
|
||||
if(tension_master)
|
||||
tension_master.new_adminhelp()
|
||||
send2adminirc("#bs12admin","HELP: \"[src.key]: [msg]\"")
|
||||
|
||||
Reference in New Issue
Block a user