diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-07-20 22:20:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-07-20 22:20:22 +0200 |
commit | ee3a4a1fc01815c64354d1c793fc5330a079b2d9 (patch) | |
tree | d5282ec0ef03892b43d3341527ab57e56bc6fdab /po/weechat.pot | |
parent | 5bf571c60f75ec6c502177d4a1110090fac49cce (diff) | |
download | weechat-ee3a4a1fc01815c64354d1c793fc5330a079b2d9.zip |
irc: evaluate command executed by commands /allchan, /allpv and /allserv (closes #1536)
The extra variables are now replaced (in addition to `$server`, `$channel` and
`$nick`):
- `${irc_server.xxx}`: variable xxx in server
- `${irc_channel.xxx}`: variable xxx in channel
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 42 |
1 files changed, 29 insertions, 13 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index d6724e8f2..d9207726a 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-06-21 18:56+0200\n" +"POT-Creation-Date: 2020-07-20 22:01+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5536,8 +5536,8 @@ msgid "execute a command on all channels of all connected servers" msgstr "" msgid "" -"[-current] [-exclude=<channel>[,<channel>...]] <command> [<arguments>] || [-" -"current] -include=<channel>[,<channel>...] <command> [<arguments>]" +"[-current] [-exclude=<channel>[,<channel>...]] <command> || [-current] -" +"include=<channel>[,<channel>...] <command>" msgstr "" msgid "" @@ -5545,8 +5545,14 @@ msgid "" " -exclude: exclude some channels (wildcard \"*\" is allowed)\n" " -include: include only some channels (wildcard \"*\" is allowed)\n" " command: command to execute\n" -"arguments: arguments for command (special variables $nick, $channel and " -"$server are replaced by their value)\n" +"\n" +"Command and arguments are evaluated (see /help eval), the following " +"variables are replaced:\n" +" $server server name\n" +" $channel channel name\n" +" $nick nick on server\n" +" ${irc_server.xxx} variable xxx in server\n" +" ${irc_channel.xxx} variable xxx in channel\n" "\n" "Examples:\n" " execute '/me is testing' on all channels:\n" @@ -5564,8 +5570,8 @@ msgid "execute a command on all private buffers of all connected servers" msgstr "" msgid "" -"[-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>] || [-" -"current] -include=<nick>[,<nick>...] <command> [<arguments>]" +"[-current] [-exclude=<nick>[,<nick>...]] <command> || [-current] -" +"include=<nick>[,<nick>...] <command>" msgstr "" msgid "" @@ -5573,8 +5579,14 @@ msgid "" " -exclude: exclude some nicks (wildcard \"*\" is allowed)\n" " -include: include only some nicks (wildcard \"*\" is allowed)\n" " command: command to execute\n" -"arguments: arguments for command (special variables $nick, $channel and " -"$server are replaced by their value)\n" +"\n" +"Command and arguments are evaluated (see /help eval), the following " +"variables are replaced:\n" +" $server server name\n" +" $channel channel name\n" +" $nick nick on server\n" +" ${irc_server.xxx} variable xxx in server\n" +" ${irc_channel.xxx} variable xxx in channel\n" "\n" "Examples:\n" " execute '/me is testing' on all private buffers:\n" @@ -5593,16 +5605,20 @@ msgid "execute a command on all connected servers" msgstr "" msgid "" -"[-exclude=<server>[,<server>...]] <command> [<arguments>] || -" -"include=<server>[,<server>...] <command> [<arguments>]" +"[-exclude=<server>[,<server>...]] <command> || -include=<server>[," +"<server>...] <command>" msgstr "" msgid "" " -exclude: exclude some servers (wildcard \"*\" is allowed)\n" " -include: include only some servers (wildcard \"*\" is allowed)\n" " command: command to execute\n" -"arguments: arguments for command (special variables $nick, $channel and " -"$server are replaced by their value)\n" +"\n" +"Command and arguments are evaluated (see /help eval), the following " +"variables are replaced:\n" +" $server server name\n" +" $nick nick on server\n" +" ${irc_server.xxx} variable xxx in server\n" "\n" "Examples:\n" " change nick on all servers:\n" |