From 35944a4219ce0e9734fc6080a68943a94ced3d66 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 29 Mar 2010 18:37:08 +0200 Subject: Fix IRC command /list: send channel and server name given as argument, and use separate option "-re" to allow a regex --- doc/it/autogen/user/irc_commands.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'doc/it/autogen/user') diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt index 79ac6d089..be518618f 100644 --- a/doc/it/autogen/user/irc_commands.txt +++ b/doc/it/autogen/user/irc_commands.txt @@ -246,13 +246,22 @@ mask_server: elenco dei server devono corrispondere a questa mask ........................................ -• *`/list`* `[canale[,canale] [server]`:: +• *`/list`* `[channel[,channel] [server] [-re regexp]]`:: ........................................ elenca i canali ed i loro argomenti - canale: canale da elencare (รจ consentita un'espressione regolare) - server: nome del server + 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 [destinazione]]`:: -- cgit v1.2.3