summaryrefslogtreecommitdiff
path: root/include/commands/cmd_who.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-07 23:00:43 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-07 23:00:43 +0000
commitb57568ecc46296ba3a0e06d770eceff40cc9aee4 (patch)
tree17b6807c8cd7fa30290985dfd28cd243b2b6cc7c /include/commands/cmd_who.h
parentfd317e2325992c472487574d6e49749f4ea802e4 (diff)
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
Diffstat (limited to 'include/commands/cmd_who.h')
-rw-r--r--include/commands/cmd_who.h1
1 files changed, 1 insertions, 0 deletions
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 = "<server>|<nickname>|<channel>|<realname>|<host>|0 [ohur]"; }
CmdResult Handle(const char** parameters, int pcnt, userrec *user);