diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-29 18:37:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-29 18:37:08 +0200 |
commit | 35944a4219ce0e9734fc6080a68943a94ced3d66 (patch) | |
tree | de1c5f977e4beb4b3de978d530f6b95ad48a05b2 /doc/en/autogen/user/irc_commands.txt | |
parent | b6bb001fc471283b886aaf69b466f198577fa019 (diff) | |
download | weechat-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.txt | 15 |
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 ........................................ -• *`/list`* `[channel[,channel] [server]]`:: +• *`/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.* ........................................ • *`/lusers`* `[mask [target]]`:: |