mirror of
https://github.com/anope/anope.git
synced 2026-06-26 03:06:38 +02:00
Clean up ngircd proto mod slightly, and send sqlines before introducing clients
This commit is contained in:
+2
-2
@@ -37,10 +37,10 @@ BotInfo::BotInfo(const Anope::string &nnick, const Anope::string &nuser, const A
|
||||
if (!tmodes.empty())
|
||||
this->SetModesInternal(tmodes.c_str());
|
||||
|
||||
ircdproto->SendClientIntroduction(this);
|
||||
this->introduced = true;
|
||||
XLine x(this->nick, "Reserved for services");
|
||||
ircdproto->SendSQLine(NULL, &x);
|
||||
ircdproto->SendClientIntroduction(this);
|
||||
this->introduced = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user