On Mon, Dec 24, 2001 at 01:55:11AM +0000, [EMAIL PROTECTED] wrote: > Hi > Am looking for a bit of advice regarding servers killing remote clients. > Specifically, I am writing a NickServ type module for GNUworld and need to > kill clients if they exceed their time without authing. The problem is > that when I send the D token, the remote server bounces it back to me > instead of quitting the user and sending a QUIT back.
You should never see a Quit back. Kill's are kills they remove the client immediately. However what ircu's trying to prevent is a quit and a kill crossing and ending up with a desync, so it kill's the user again from the local server, knowing that the kill won't get passed on if it doesn't match a user, but if it does then it will clear out any possible desync. Just one of those weird things that can happen on IRC :) -- Domestic happiness and faithful friends.