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:
@@ -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]]
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user