mirror of
https://github.com/anope/anope.git
synced 2026-06-25 17:46:37 +02:00
Track when our clients are introduced or not
This commit is contained in:
@@ -127,8 +127,13 @@ class UplinkSocket : public ConnectionSocket
|
||||
User *u = it->second;
|
||||
|
||||
if (u->server == Me)
|
||||
{
|
||||
/* Don't use quitmsg here, it may contain information you don't want people to see */
|
||||
ircdproto->SendQuit(u, "Shutting down");
|
||||
BotInfo *bi = findbot(u->nick);
|
||||
if (bi != NULL)
|
||||
bi->introduced = false;
|
||||
}
|
||||
}
|
||||
|
||||
ircdproto->SendSquit(Config->ServerName, quitmsg);
|
||||
|
||||
Reference in New Issue
Block a user