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

irc: add missing completion "*" for target in command /msg

This commit is contained in:
Sébastien Helleu
2016-01-17 09:07:23 +01:00
parent 3c953780f0
commit f2214da118
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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]]
+2 -2
View File
@@ -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",