aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd_who.cpp
diff options
context:
space:
mode:
authorGravatar brain2008-05-08 17:27:03 +0000
committerGravatar brain2008-05-08 17:27:03 +0000
commit038b38f23b6f13d642cc5e45be2cfad122489eaa (patch)
treebb7926d8e346c7446079bfc06471b0044f66a211 /src/cmd_who.cpp
parentRemoved the verbosity in 'make clean' to fix issues with OpenBSD and possibly... (diff)
When searching by servername without wildcards, conceal +i users no matter what craq the spec was on
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9667 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_who.cpp')
-rw-r--r--src/cmd_who.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd_who.cpp b/src/cmd_who.cpp
index c64cff81e..7670d8839 100644
--- a/src/cmd_who.cpp
+++ b/src/cmd_who.cpp
@@ -212,6 +212,9 @@ CmdResult cmd_who::Handle (const char** parameters, int pcnt, userrec *user)
}
}
+ if (ServerInstance->FindServerName(matchtext))
+ usingwildcards = true;
+
if (pcnt > 1)
{
/* parse flags */