summaryrefslogtreecommitdiff
path: root/src/protocol.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-12 12:46:11 -0400
committerAdam <Adam@anope.org>2011-08-12 12:46:11 -0400
commitf3d7d4ee3799513eee820d6c79d4e925fc47760e (patch)
tree583e40fcb17d66a523493b9edf4ef5c5ed321fa1 /src/protocol.cpp
parentfeee50e6959171123773417caab73ecad3af824b (diff)
Track when our clients are introduced or not
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r--src/protocol.cpp1
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();
}