summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2016-03-19 16:21:40 -0400
committerAdam <Adam@anope.org>2016-03-19 16:21:40 -0400
commit79e7c3f98a57b7cffc46d9a7dc250a0e6e25fc98 (patch)
tree9bd0e3400b7044c29206a93f4a3b1c58c856a1b1 /include/channels.h
parent72127e1b00cb8a9ca40c566bdc4594a3b17f5228 (diff)
Also defer channel deletion when processing sjoins
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/channels.h b/include/channels.h
index 99620b7f3..547db9f20 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -302,6 +302,8 @@ class CoreExport Channel : public Base, public Extensible
*/
static Channel *FindOrCreate(const Anope::string &name, bool &created, time_t ts = Anope::CurTime);
+ void QueueForDeletion();
+
static void DeleteChannels();
};