summaryrefslogtreecommitdiff
path: root/src/core/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/channels.h')
-rw-r--r--src/core/channels.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/channels.h b/src/core/channels.h
index 91a330c1..1ebf7abb 100644
--- a/src/core/channels.h
+++ b/src/core/channels.h
@@ -29,6 +29,9 @@ void channel_destroy(CHANNEL_REC *channel);
/* find channel by name, if `server' is NULL, search from all servers */
CHANNEL_REC *channel_find(SERVER_REC *server, const char *name);
+/* Send the auto send command to channel */
+void channel_send_autocommands(CHANNEL_REC *channel);
+
void channels_init(void);
void channels_deinit(void);