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

irc: check notify immediately when adding a nick to notify list, improve first notify message for a nick (bug #35731)

This commit is contained in:
Sebastien Helleu
2012-03-12 08:01:40 +01:00
parent 595293defc
commit d1c59c7536
15 changed files with 255 additions and 22 deletions
+1
View File
@@ -2930,6 +2930,7 @@ irc_command_notify (void *data, struct t_gui_buffer *buffer, int argc,
IRC_PLUGIN_NAME,
IRC_COLOR_CHAT_NICK,
ptr_notify->nick);
irc_notify_check_now (ptr_notify);
}
else
{