1
0
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:
Adam
2016-03-19 16:21:40 -04:00
parent 72127e1b00
commit 79e7c3f98a
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -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();
}
}
}