diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-07 20:50:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-07 20:50:06 +0200 |
commit | 8884eb6fe428b51d9285aa50e762cebf206e8267 (patch) | |
tree | f79faacc364c8944cc4653ee8dcc76fd1cf5e196 /doc/en/autogen | |
parent | 1dfc98c8fd7bdb67aabf82cec7c619892a0076bd (diff) | |
download | weechat-8884eb6fe428b51d9285aa50e762cebf206e8267.zip |
doc: update auto-generated files with irc commands
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index b59d9a03b..ff5589da7 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -14,7 +14,7 @@ target: server -current: execute command for channels of current server only -exclude: exclude some channels ('*' is allowed at beginning or end of channel name, to exclude many channels) command: command to execute -arguments: arguments for command +arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value) Examples: execute '/me is testing' on all channels: @@ -32,13 +32,15 @@ Examples: -exclude: exclude some servers ('*' is allowed at beginning or end of server name, to exclude many servers) command: command to execute -arguments: arguments for command +arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value) Examples: change nick on all servers: /allserv nick newnick set away on all servers: /allserv away I'm away + do a whois on my nick on all servers: + /allserv whois $nick ........................................ [[command_irc_ban]] |