diff options
Diffstat (limited to 'include/commands/cmd_join.h')
-rw-r--r-- | include/commands/cmd_join.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_join.h b/include/commands/cmd_join.h index eb17034b0..ea66ecd5a 100644 --- a/include/commands/cmd_join.h +++ b/include/commands/cmd_join.h @@ -30,6 +30,8 @@ class cmd_join : public command_t { public: + /** Constructor for join. + */ cmd_join (InspIRCd* Instance) : command_t(Instance,"JOIN",0,1) { syntax = "<channel>{,<channel>} {<key>{,<key>}}"; } CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; |