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

irc: add "account" in irc_nick_print_log()

This commit is contained in:
Sébastien Helleu
2015-01-25 15:25:41 +01:00
parent 3c885fa80f
commit 0f1e997090
+1
View File
@@ -1194,6 +1194,7 @@ irc_nick_print_log (struct t_irc_nick *nick)
weechat_log_printf (" prefixes . . . : '%s'", nick->prefixes);
weechat_log_printf (" prefix . . . . : '%s'", nick->prefix);
weechat_log_printf (" away . . . . . : %d", nick->away);
weechat_log_printf (" account. . . . : '%s'", nick->account);
weechat_log_printf (" color. . . . . : '%s'", nick->color);
weechat_log_printf (" prev_nick. . . : 0x%lx", nick->prev_nick);
weechat_log_printf (" next_nick. . . : 0x%lx", nick->next_nick);