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
This commit is contained in:
brain 2008-05-08 17:27:03 +00:00
parent b1073fc6c1
commit 038b38f23b

View File

@ -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 */