summaryrefslogtreecommitdiff
path: root/src/bots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bots.cpp')
-rw-r--r--src/bots.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bots.cpp b/src/bots.cpp
index bc7fc3cb0..95e28e5f0 100644
--- a/src/bots.cpp
+++ b/src/bots.cpp
@@ -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;
}
}