summaryrefslogtreecommitdiff
path: root/include/commands/cmd_who.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_who.h')
-rw-r--r--include/commands/cmd_who.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_who.h b/include/commands/cmd_who.h
index 3d4807b3b..625fdd199 100644
--- a/include/commands/cmd_who.h
+++ b/include/commands/cmd_who.h
@@ -42,6 +42,8 @@ class cmd_who : public command_t
bool opt_local;
bool opt_far;
public:
+ /** Constructor for who.
+ */
cmd_who (InspIRCd* Instance) : command_t(Instance,"WHO",0,1) { syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [ohurmMiaplf]"; }
void SendWhoLine(userrec* user, const std::string &initial, chanrec* ch, userrec* u, std::vector<std::string> &whoresults);
CmdResult Handle(const char** parameters, int pcnt, userrec *user);