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 ff121a2c..0839d69b 100644
--- a/src/core/channels.h
+++ b/src/core/channels.h
@@ -26,6 +26,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);
+void channel_change_name(CHANNEL_REC *channel, const char *name);
+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);