1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

irc: use redirection to get channel modes after update of modes on channel, display output of /mode #channel

This commit is contained in:
Sebastien Helleu
2012-01-06 11:24:01 +01:00
parent 4e870c71cb
commit 4cde51a27f
7 changed files with 141 additions and 54 deletions
+2
View File
@@ -79,6 +79,8 @@ struct t_irc_protocol_msg
extern const char *irc_protocol_tags (const char *command, const char *tags,
const char *nick);
extern int irc_protocol_redirection_mode_cb (void *data, const char *signal,
struct t_hashtable *hashtable);
extern void irc_protocol_recv_command (struct t_irc_server *server,
const char *irc_message,
const char *msg_command,