mirror of
https://github.com/anope/anope.git
synced 2026-07-05 04:33:12 +02:00
fixed a small bug in the ratbox protocol module
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user