diff options
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r-- | src/protocol.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 1c2ef4d7d..8517c73b6 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -331,6 +331,7 @@ bool IRCdMessage::OnKill(const Anope::string &source, const std::vector<Anope::s /* Recover if someone kills us. */ if (u->server == Me && (bi = dynamic_cast<BotInfo *>(u))) { + bi->introduced = false; introduce_user(bi->nick); bi->RejoinAll(); } |