diff options
Diffstat (limited to 'include/commands/cmd_motd.h')
-rw-r--r-- | include/commands/cmd_motd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_motd.h b/include/commands/cmd_motd.h index 05b5b3b85..beb31bef3 100644 --- a/include/commands/cmd_motd.h +++ b/include/commands/cmd_motd.h @@ -33,6 +33,8 @@ class cmd_motd : public command_t { public: + /** Constructor for motd. + */ cmd_motd (InspIRCd* Instance) : command_t(Instance,"MOTD",0,0) { syntax = "[<servername>]"; } CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; |