From d0bde383434a9a88fc2737da8f8ca92e98d4c967 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 9 May 2007 21:24:57 +0000 Subject: Add WHO flag 'l', show only local users git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6928 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_who.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/commands/cmd_who.h') diff --git a/include/commands/cmd_who.h b/include/commands/cmd_who.h index 864dd6cb7..bc1601358 100644 --- a/include/commands/cmd_who.h +++ b/include/commands/cmd_who.h @@ -36,8 +36,9 @@ class cmd_who : public command_t bool opt_metadata; bool opt_port; bool opt_away; + bool opt_local; public: - cmd_who (InspIRCd* Instance) : command_t(Instance,"WHO",0,1) { syntax = "|||||0 [ohurmMiap]"; } + cmd_who (InspIRCd* Instance) : command_t(Instance,"WHO",0,1) { syntax = "|||||0 [ohurmMiapl]"; } void SendWhoLine(userrec* user, const std::string &initial, chanrec* ch, userrec* u, std::vector &whoresults); CmdResult Handle(const char** parameters, int pcnt, userrec *user); bool whomatch(userrec* user, const char* matchtext); -- cgit v1.2.3