[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
@@ -2,6 +2,6 @@
void command_serverrules(Client *c, const Seperator *sep)
{
c->SendRules(c);
c->SendRules();
}