1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Fix bug with IRC nick modes (was set when receiving channel modes)

This commit is contained in:
Sebastien Helleu
2008-09-29 15:45:45 +02:00
parent 471a7dda67
commit b706ee15dc
+1 -1
View File
@@ -553,8 +553,8 @@ irc_protocol_cmd_mode (struct t_irc_server *server, const char *command,
IRC_COLOR_CHAT_NICK,
nick);
}
irc_mode_user_set (server, pos_modes);
}
irc_mode_user_set (server, pos_modes);
return WEECHAT_RC_OK;
}