diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 0a218f099..49d9759a8 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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); |