diff options
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r-- | modules/protocol/ratbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |