diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index 00587bf02..9d8864d10 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -243,7 +243,7 @@ class RatboxProto : public IRCDProto void SendTopic(BotInfo *bi, Channel *c) { - bool needjoin = c->FindUser(bi) != NULL; + bool needjoin = c->FindUser(bi) == NULL; if (needjoin) { ChannelStatus status;