summaryrefslogtreecommitdiff
path: root/src/core/channels.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-09-30 22:49:48 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-09-30 22:49:48 +0000
commit2b8580c8a73ecdb2846b745c32b0ba51be4458e3 (patch)
tree04a68511ca0e66618883afb9e8ff83ca4425f972 /src/core/channels.h
parent965def294b3787052a9285ef22d6b01cd41a2ebe (diff)
downloadirssi-2b8580c8a73ecdb2846b745c32b0ba51be4458e3.zip
multiprotocol updates. SILC prints channel and private messages now
using the same message formats as IRC. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@699 dbcabf3a-b0e7-0310-adc4-f8d773084564
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);