1
0
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:
Sebastien Helleu
2012-01-06 14:05:21 +01:00
parent bf9953a866
commit 6b9a1d7376
4 changed files with 22 additions and 9 deletions
+2 -1
View File
@@ -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);