mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
relay: use comma separator in option relay.irc.backlog_tags, check the value of option when it is changed with /set
This commit is contained in:
@@ -62,6 +62,7 @@ enum t_relay_irc_server_capab
|
||||
RELAY_IRC_NUM_CAPAB,
|
||||
};
|
||||
|
||||
extern int relay_irc_search_backlog_commands_tags (const char *tag);
|
||||
extern void relay_irc_recv (struct t_relay_client *client,
|
||||
const char *data);
|
||||
extern void relay_irc_close_connection (struct t_relay_client *client);
|
||||
|
||||
Reference in New Issue
Block a user