summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-03-09 12:03:59 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-03-09 12:03:59 +0100
commit44d152a87713f09d5067f60941b0b63eaa7b26b1 (patch)
treebcec16461ec9d10af3c877763930540cc586bf8e /src/core
parent0e869a67c9b4a9048718ba430eca8589aaf9cffd (diff)
downloadweechat-44d152a87713f09d5067f60941b0b63eaa7b26b1.zip
Minor changes in /buffer command and topic of WeeChat buffer
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-command.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index be9f4d091..efcf84573 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -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);
}