Merge pull request #14649 from Seris02/prmirror

cleans up so many to_chats so they use vchat filters, unsorted chat filter for everything else
This commit is contained in:
Heroman3003
2023-03-10 16:48:20 +10:00
committed by GitHub
77 changed files with 616 additions and 582 deletions
+1 -1
View File
@@ -93,5 +93,5 @@
msg += "[line]"
msg += "</table>"
msg += "<b>Total Players: [length(Lines)]</b>"
msg = "<span class='filter_info'>" + msg + "</span>"
msg = "<span class='filter_notice'>" + msg + "</span>"
to_chat(src, msg)
+2 -1
View File
@@ -51,6 +51,7 @@
msg += "[line]\n"
msg += "<b>Total Players: [length(Lines)]</b>"
msg = "<span class='filter_notice'>[jointext(msg, "<br>")]</span>"
to_chat(src,msg)
/client/verb/staffwho()
@@ -145,4 +146,4 @@
msg += "\n<span class='info'>Adminhelps are also sent to Discord. If no admins are available in game try anyway and an admin on Discord may see it and respond.</span>"
to_chat(src, msg)
to_chat(src,"<span class='filter_notice'>[jointext(msg, "<br>")]</span>")