mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
core: fix some styles
This commit is contained in:
@@ -773,15 +773,15 @@ logger_list ()
|
||||
}
|
||||
weechat_printf (NULL,
|
||||
" %s[%s%d%s]%s (%s) %s%s%s: %s%s%s%s",
|
||||
weechat_color("chat_delimiters"),
|
||||
weechat_color("chat"),
|
||||
weechat_color ("chat_delimiters"),
|
||||
weechat_color ("chat"),
|
||||
weechat_infolist_integer (ptr_infolist, "number"),
|
||||
weechat_color("chat_delimiters"),
|
||||
weechat_color("chat"),
|
||||
weechat_color ("chat_delimiters"),
|
||||
weechat_color ("chat"),
|
||||
weechat_infolist_string (ptr_infolist, "plugin_name"),
|
||||
weechat_color("chat_buffer"),
|
||||
weechat_color ("chat_buffer"),
|
||||
weechat_infolist_string (ptr_infolist, "name"),
|
||||
weechat_color("chat"),
|
||||
weechat_color ("chat"),
|
||||
status,
|
||||
(ptr_logger_buffer) ? " (" : "",
|
||||
(ptr_logger_buffer) ?
|
||||
|
||||
Reference in New Issue
Block a user