Send link message to snomask +d only. Fixes bug #527, reported by DjMadness

git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9775 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2008-05-19 22:34:06 +00:00
parent e30a2f1952
commit eafe98e150

View File

@ -1588,7 +1588,7 @@ int TreeSocket::OnIncomingConnection(int newsock, char* ip)
if (!found)
{
Utils->Creator->RemoteMessage(NULL,"Server connection from %s denied (no link blocks with that IP address)", ip);
this->Instance->SNO->WriteToSnoMask('d',"Server connection from %s denied (no link blocks with that IP address", ip);
close(newsock);
return false;
}