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