AuthorMessage
Dark_Knight
Clone
Posts: 8

How can I add this function because the connection with the users does not close after the users close the hub. :|
Lord_Zero
Ametuar
Posts: 122

Normal clients don't send $Quit to hubs. But i've seen fakers sending $Quit and $BotINFO - these users should be banned.
When someone disconnects from your hub the connection is closed but the user is kept by hub in nicklist a few seconds (see !set cmd validatenick delayedquit) to prevent sending useless $Quit + $MyINFO when a user just reconnects.
$Quit is a command sent only by hubs to clients, and not by clients to hubs.
Dark_Knight
Clone
Posts: 8

Ok Thanks Lord Zero ;)