mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Made local whois non-broken ;)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2291 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
ae0aa99f7e
commit
ff550d198a
@ -2284,7 +2284,7 @@ class ModuleSpanningTree : public Module
|
||||
DoOneToMany(user->nick,"IDLE",params);
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
else if (!remote)
|
||||
{
|
||||
WriteServ(user->fd,"401 %s %s :No such nick/channel",user->nick, parameters[1]);
|
||||
WriteServ(user->fd,"318 %s %s :End of /WHOIS list.",user->nick, parameters[1]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user