[Commands] Cleanup #serverrules Command. (#2139)

- Cleanup messages and logic.
- Change separator from new line to pipe separator, as new line was non-functional.
This commit is contained in:
Kinglykrab
2022-05-06 19:50:09 -04:00
committed by GitHub
parent e5acc7c322
commit e2bfa44df0
3 changed files with 34 additions and 15 deletions
+1 -1
View File
@@ -1035,7 +1035,7 @@ public:
void RemoveTitle(int titleset);
void EnteringMessages(Client* client);
void SendRules(Client* client);
void SendRules();
const bool GetGMSpeed() const { return (gmspeed > 0); }
bool CanUseReport;