mirror of
https://github.com/anope/anope.git
synced 2026-06-25 21:46:37 +02:00
Track when our clients are introduced or not
This commit is contained in:
@@ -82,6 +82,7 @@ Server::Server(Server *uplink, const Anope::string &name, unsigned hops, const A
|
||||
BotInfo *bi = findbot(u->nick);
|
||||
if (bi)
|
||||
{
|
||||
bi->introduced = true;
|
||||
XLine x(bi->nick, "Reserved for services");
|
||||
ircdproto->SendSQLine(NULL, &x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user