1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

Fixed display bug with /me command (IRC plugin)

This commit is contained in:
Sebastien Helleu
2008-04-03 15:18:59 +02:00
parent 8117668827
commit ad199b41ae
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ irc_command_me_channel (struct t_irc_server *server,
string = (arguments && arguments[0]) ?
(char *)irc_color_decode ((unsigned char *)arguments, 1, 0) : NULL;
weechat_printf (channel->buffer,
"%s%s %s%s",
"%s%s%s %s%s",
weechat_prefix ("action"),
IRC_COLOR_CHAT_NICK,
server->nick,
IRC_COLOR_CHAT,