From 038b38f23b6f13d642cc5e45be2cfad122489eaa Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 8 May 2008 17:27:03 +0000 Subject: [PATCH] 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 --- src/cmd_who.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 */