1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

irc: replace default prefix modes "qaohvu" by the standard ones "ov" when PREFIX is not sent by server (bug #39802)

This commit is contained in:
Sebastien Helleu
2013-08-18 10:56:17 +02:00
parent f277d072d5
commit 39faaa7dbe
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -99,8 +99,8 @@ char *irc_server_option_default[IRC_SERVER_NUM_OPTIONS] =
char *irc_server_casemapping_string[IRC_SERVER_NUM_CASEMAPPING] =
{ "rfc1459", "strict-rfc1459", "ascii" };
char *irc_server_prefix_modes_default = "qaohvu";
char *irc_server_prefix_chars_default = "~&@%+-";
char *irc_server_prefix_modes_default = "ov";
char *irc_server_prefix_chars_default = "@+";
char *irc_server_chanmodes_default = "beI,k,l";
const char *irc_server_send_default_tags = NULL; /* default tags when */