1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 23:16:39 +02:00

Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs on IRCds without svsnick and/or svshold

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2975 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-05-22 07:40:22 +00:00
parent fae2710ba7
commit d5f0360175
20 changed files with 237 additions and 287 deletions
+3
View File
@@ -64,7 +64,10 @@ BotInfo::BotInfo(const std::string &nnick, const std::string &nuser, const std::
// If we're synchronised with the uplink already, call introduce_user() for this bot.
if (serv_uplink && serv_uplink->sync == SSYNC_DONE)
{
ircdproto->SendClientIntroduction(this->nick, this->user, this->host, this->real, ircd->pseudoclient_mode, this->uid);
ircdproto->SendSQLine(this->nick, "Reserved for services");
}
}
BotInfo::~BotInfo()