Types "Who" and "Adminwho" as "INFO" and not "OOC" (#89229)

## About The Pull Request

#89099 added Who and Adminwho to OOC, which I think is incorrect (as OOC
is for OOC chat specifically)

So I have moved them to INFO (which is, quote, "Non-urgent messages from
the game and items")

In a similar vein I typed "Tip of the Round" and "Show Server Revision"
as info rather than OOC and untyped respectively

## Why It's Good For The Game

I don't like pressing "who" and having to change to my ooc tab

## Changelog

🆑 Melbert
qol: "Who" and "Adminwho" are typed as "Info" and not "OOC" (so they no
longer go to "OOC" tabs)
qol: "Tip of the Round" and "Show Server Revision" are also typed as
"Info", rather than "OOC" and untyped respectively
/🆑
This commit is contained in:
MrMelbert
2025-01-27 21:52:42 -06:00
committed by GitHub
parent 2738f03fd6
commit 5782437eea
3 changed files with 4 additions and 4 deletions

View File

@@ -89,4 +89,4 @@
msg += "<b>Protect Assistant Role From Traitor:</b> [CONFIG_GET(flag/protect_assistant_from_antagonist) ? "Yes" : "No"]"
msg += "<b>Enforce Human Authority:</b> [CONFIG_GET(string/human_authority) ? "Yes" : "No"]"
msg += "<b>Allow Latejoin Antagonists:</b> [CONFIG_GET(flag/allow_latejoin_antagonists) ? "Yes" : "No"]"
to_chat(src, fieldset_block("Server Revision Info", span_infoplain(jointext(msg, "<br>")), "boxed_message"))
to_chat(src, fieldset_block("Server Revision Info", span_infoplain(jointext(msg, "<br>")), "boxed_message"), type = MESSAGE_TYPE_INFO)