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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user