mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
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:
parent
b1073fc6c1
commit
038b38f23b
@ -212,6 +212,9 @@ CmdResult cmd_who::Handle (const char** parameters, int pcnt, userrec *user)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ServerInstance->FindServerName(matchtext))
|
||||||
|
usingwildcards = true;
|
||||||
|
|
||||||
if (pcnt > 1)
|
if (pcnt > 1)
|
||||||
{
|
{
|
||||||
/* parse flags */
|
/* parse flags */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user