1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

Minor changes in /buffer command and topic of WeeChat buffer

This commit is contained in:
Sebastien Helleu
2008-03-09 12:03:59 +01:00
parent 0e869a67c9
commit 44d152a877
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -245,8 +245,7 @@ command_buffer (void *data, struct t_gui_buffer *buffer,
GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS),
GUI_COLOR(GUI_COLOR_CHAT),
(ptr_buffer->plugin) ?
ptr_buffer->plugin->name :
"weechat",
ptr_buffer->plugin->name : "core",
ptr_buffer->category,
ptr_buffer->name);
}