From b57568ecc46296ba3a0e06d770eceff40cc9aee4 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 7 Dec 2006 23:00:43 +0000 Subject: Bad w00tie bad, /who isnt checking +s for channel /who! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5883 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_who.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/commands/cmd_who.h') diff --git a/include/commands/cmd_who.h b/include/commands/cmd_who.h index 8b5bbe89e..299b70cdd 100644 --- a/include/commands/cmd_who.h +++ b/include/commands/cmd_who.h @@ -26,6 +26,7 @@ */ class cmd_who : public command_t { + bool CanView(chanrec* chan, userrec* user); public: cmd_who (InspIRCd* Instance) : command_t(Instance,"WHO",0,1) { syntax = "|||||0 [ohur]"; } CmdResult Handle(const char** parameters, int pcnt, userrec *user); -- cgit v1.2.3