mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
irc: use low priority for MODE sent automatically by WeeChat (when joining channel)
This commit is contained in:
@@ -58,7 +58,8 @@ extern void irc_command_join_server (struct t_irc_server *server,
|
||||
int manual_join);
|
||||
extern void irc_command_mode_server (struct t_irc_server *server,
|
||||
struct t_irc_channel *channel,
|
||||
const char *arguments);
|
||||
const char *arguments,
|
||||
int flags);
|
||||
extern void irc_command_part_channel (struct t_irc_server *server,
|
||||
const char *channel_name,
|
||||
const char *part_message);
|
||||
|
||||
Reference in New Issue
Block a user