summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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();
};