mirror of
https://github.com/anope/anope.git
synced 2026-07-05 06:53:12 +02:00
Also defer channel deletion when processing sjoins
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ void Join::SJoin(MessageSource &source, const Anope::string &chan, time_t ts, co
|
||||
c->Sync();
|
||||
|
||||
if (c->CheckDelete())
|
||||
delete c;
|
||||
c->QueueForDeletion();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user