summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-01-08 16:20:16 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-01-08 16:20:16 +0100
commit4da0cff321e93b5af941bc0bf22ce5d12b0afdf8 (patch)
treeab9d24ca7d2b4c58f88727f3c298488fa7905d08 /doc/en/autogen/user
parentcf5009468e7d7c40113f31a4c3aa539b485c43d3 (diff)
downloadweechat-4da0cff321e93b5af941bc0bf22ce5d12b0afdf8.zip
Add new IRC commands /allchan and /allserv with excluding option, commands /ame and /amsg are now aliases, new aliases /aaway and /anick
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r--doc/en/autogen/user/irc_commands.txt31
1 files changed, 25 insertions, 6 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt
index d0b49be45..ae916934c 100644
--- a/doc/en/autogen/user/irc_commands.txt
+++ b/doc/en/autogen/user/irc_commands.txt
@@ -6,20 +6,39 @@
target: server
........................................
-&bull; *`/ame`* `message`::
+&bull; *`/allchan`* `[-current] [-exclude=channel[,channel...]] command [arguments]`::
........................................
- send a CTCP action to all channels of all connected servers
+ execute a command on all channels of all connected servers
- message: message to send
+ -current: execute command for channels of curent 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
+
+ Examples:
+ execute '/me is testing' on all channels:
+ /allchan me is testing
+ say 'hello' everywhere but not on #weechat:
+ /allchan -exclude=#weechat msg * hello
+ say 'hello' everywhere but not on #weechat and channels beginning with #linux:
+ /allchan -exclude=#weechat,#linux* msg * hello
........................................
-&bull; *`/amsg`* `text`::
+&bull; *`/allserv`* `[-exclude=server[,server...]] command [arguments]`::
........................................
- send message to all channels of all connected servers
+ execute a command on all connected servers
- text: text to send
+ -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
+
+ Examples:
+ change nick on all servers:
+ /allserv nick newnick
+ set away on all servers:
+ /allserv away I'm away
........................................
&bull; *`/away`* `[-all] [message]`::