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

irc: fix message displayed by command /msg nickserv

This commit is contained in:
Sebastien Helleu
2011-08-08 13:42:36 +02:00
parent 38fd5bfa51
commit 0a6682314f
+1 -1
View File
@@ -2519,7 +2519,7 @@ irc_command_msg (void *data, struct t_gui_buffer *buffer, int argc,
(msg_pwd_hidden) ? msg_pwd_hidden : argv_eol[arg_text],
weechat_config_boolean (irc_config_network_colors_receive));
weechat_printf (ptr_server->buffer,
"%s%s-%s%s%s- %s%s",
"%sMSG%s(%s%s%s)%s: %s",
weechat_prefix ("network"),
IRC_COLOR_CHAT_DELIMITERS,
IRC_COLOR_CHAT_NICK,