]> git.smokeofanarchy.ru Git - space-station-14.git/commit
MotD (#13655)
authorTemporalOroboros <TemporalOroboros@gmail.com>
Tue, 28 Feb 2023 16:15:48 +0000 (08:15 -0800)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2023 16:15:48 +0000 (08:15 -0800)
commit93ec824d57aace83a8798647d4e29a3c62dac87d
tree22e47d5011f06ec7e67d012973f0d051416ce4ae
parentc8d9d05bcffe5a90f06ff377c12115477431aadc
MotD (#13655)

* MOTD

* Message of the Day

* Pretty sure the tests aren't me. Let's check.

* Update Content.Shared/CCVar/CCVars.cs

Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
* command dependencies and moving MOTD to its own system

* Some doc comments

* Let's try those tests again

* More doc comments, most of the github reviews, and aliases for get-motd and set-motd

* Clear test MOTD

* Localized motd commands and completion hints

* Makes set-motd only show up in the alias command if the player has access to it.

---------

Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/Motd/GetMOTDCommand.cs [new file with mode: 0644]
Content.Server/Motd/MOTDCommand.cs [new file with mode: 0644]
Content.Server/Motd/MOTDSystem.cs [new file with mode: 0644]
Content.Server/Motd/SetMOTDCommand.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.cs
Resources/Locale/en-US/motd/motd.ftl [new file with mode: 0644]