mirror of
https://github.com/anope/anope.git
synced 2026-06-26 16:56:39 +02:00
Rewrote all of the server handling code
This commit is contained in:
+1
-2
@@ -63,8 +63,7 @@ BotInfo::BotInfo(const std::string &nnick, const std::string &nuser, const std::
|
||||
insert_bot(this); // XXX, this is ugly, but it needs to stay until hashing of bots is redone in STL.
|
||||
|
||||
// If we're synchronised with the uplink already, call introduce_user() for this bot.
|
||||
if (serv_uplink && serv_uplink->sync == SSYNC_DONE)
|
||||
{
|
||||
if (Me && Me->GetUplink()->IsSynced())
|
||||
ircdproto->SendClientIntroduction(this->nick, this->user, this->host, this->real, ircd->pseudoclient_mode, this->uid);
|
||||
ircdproto->SendSQLine(this->nick, "Reserved for services");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user