[Bug Fix] Fix #motd/#set motd Command (#3558)

# Notes
- This command was non-functional since the consolidation due to an oversight on my part.
This commit is contained in:
Alex King
2023-08-20 09:31:26 -04:00
committed by GitHub
parent 9cbfd5c8f0
commit dc35ab5251
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
extern WorldServer worldserver;
void command_motd(Client *c, const Seperator *sep)
void SetMOTD(Client *c, const Seperator *sep)
{
const auto arguments = sep->argnum;
if (arguments < 2) {