From f2214da118653d681965bb72d9aa4ca93bab368c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 17 Jan 2016 09:07:23 +0100 Subject: [PATCH] irc: add missing completion "*" for target in command /msg --- ChangeLog.asciidoc | 1 + src/plugins/irc/irc-command.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 73d5a3889..380ba0f30 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -27,6 +27,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] [[1.5_bugs]] === Bugs fixed +* irc: add missing completion "*" for target in command /msg * irc: fix /msg command with multiple targets including "*" [[1.4]] diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 6511f8c51..d3fa3becf 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -6538,8 +6538,8 @@ irc_command_init () N_("server: send to this server (internal name)\n" "target: nick or channel (may be mask, '*' = current channel)\n" " text: text to send"), - "-server %(irc_servers) %(nicks)" - " || %(nicks)", + "-server %(irc_servers) %(nicks)|*" + " || %(nicks)|*", &irc_command_msg, NULL); weechat_hook_command ( "names",