feat: add /announce[color] commands (#5250)

This commit is contained in:
Arne
2024-03-14 20:36:58 +01:00
committed by GitHub
parent e7508332ff
commit fc61e8d64d
4 changed files with 77 additions and 7 deletions
@@ -401,6 +401,10 @@ void CommandController::initialize(Settings &, const Paths &paths)
this->registerCommand("/unmod", &commands::removeModerator);
this->registerCommand("/announce", &commands::sendAnnouncement);
this->registerCommand("/announceblue", &commands::sendAnnouncementBlue);
this->registerCommand("/announcegreen", &commands::sendAnnouncementGreen);
this->registerCommand("/announceorange", &commands::sendAnnouncementOrange);
this->registerCommand("/announcepurple", &commands::sendAnnouncementPurple);
this->registerCommand("/vip", &commands::addVIP);