1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 12:56:38 +02:00

Track when our clients are introduced or not

This commit is contained in:
Adam
2011-08-12 12:46:11 -04:00
parent feee50e695
commit f3d7d4ee37
7 changed files with 27 additions and 4 deletions
+2
View File
@@ -32,6 +32,8 @@ void introduce_user(const Anope::string &user)
BotInfo *bi = findbot(u->nick);
if (bi)
{
bi->introduced = true;
XLine x(bi->nick, "Reserved for services");
ircdproto->SendSQLine(NULL, &x);