From 832e4d6003d48a07a727921fcbaf13ea777356b2 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 9 May 2007 21:26:12 +0000 Subject: If we're having local, we need far too (f) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6929 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 bc1601358..7e1d8affe 100644 --- a/include/commands/cmd_who.h +++ b/include/commands/cmd_who.h @@ -37,8 +37,9 @@ class cmd_who : public command_t bool opt_port; bool opt_away; bool opt_local; + bool opt_far; public: - cmd_who (InspIRCd* Instance) : command_t(Instance,"WHO",0,1) { syntax = "|||||0 [ohurmMiapl]"; } + cmd_who (InspIRCd* Instance) : command_t(Instance,"WHO",0,1) { syntax = "|||||0 [ohurmMiaplf]"; } 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