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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/channels.h b/src/core/channels.h
index 0839d69b..bd136fe2 100644
--- a/src/core/channels.h
+++ b/src/core/channels.h
@@ -31,6 +31,7 @@ void channel_change_visible_name(CHANNEL_REC *channel, const char *name);
/* Send the auto send command to channel */
void channel_send_autocommands(CHANNEL_REC *channel);
+void channel_send_botcommands(CHANNEL_REC *channel);
void channels_init(void);
void channels_deinit(void);