summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/irc_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-03-29 18:37:08 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-03-29 18:37:08 +0200
commit35944a4219ce0e9734fc6080a68943a94ced3d66 (patch)
treede1c5f977e4beb4b3de978d530f6b95ad48a05b2 /doc/en/autogen/user/irc_commands.txt
parentb6bb001fc471283b886aaf69b466f198577fa019 (diff)
downloadweechat-35944a4219ce0e9734fc6080a68943a94ced3d66.zip
Fix IRC command /list: send channel and server name given as argument, and use separate option "-re" to allow a regex
Diffstat (limited to 'doc/en/autogen/user/irc_commands.txt')
-rw-r--r--doc/en/autogen/user/irc_commands.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt
index 6b85f12f9..134c1b425 100644
--- a/doc/en/autogen/user/irc_commands.txt
+++ b/doc/en/autogen/user/irc_commands.txt
@@ -246,13 +246,22 @@
server_mask: list of servers must match this mask
........................................
-&bull; *`/list`* `[channel[,channel] [server]]`::
+&bull; *`/list`* `[channel[,channel] [server] [-re regexp]]`::
........................................
list channels and their topic
- channel: channel to list (a regexp is allowed)
- server: server name
+ channel: channel to list
+ server: server name
+ regexp: regular expression used to filter results
+
+ Examples:
+ list all channels on server (can be very slow on large networks):
+ /list
+ list channel #weechat:
+ /list #weechat
+ list all channels beginning with "#weechat" (can be very slow on large networks):
+ /list -re #weechat.*
........................................
&bull; *`/lusers`* `[mask [target]]`::