Changeset f93fd2d for doc


Ignore:
Timestamp:
2014-07-24T03:51:07Z (10 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
fb87924
Parents:
632627e
git-author:
tribut <felix@…> (24-07-14 03:51:07)
git-committer:
dequis <dx@…> (24-07-14 03:51:07)
Message:

Allow filtering of blist output

Add an (optional) second parameter to blist. If present, it is treated
as regex and used to filter the result list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r632627e rf93fd2d  
    17901790
    17911791        <bitlbee-command name="blist">
    1792                 <syntax>blist [all|online|offline|away]</syntax>
     1792                <syntax>blist [all|online|offline|away] [&lt;pattern&gt;]</syntax>
    17931793                <short-description>List all the buddies in the current channel</short-description>
    17941794
     
    17961796                        <para>
    17971797                                You can get a more readable buddy list using the <emphasis>blist</emphasis> command. If you want a complete list (including the offline users) you can use the <emphasis>all</emphasis> argument.
     1798                        </para>
     1799
     1800                        <para>
     1801                                A perl-compatible regular expression can be supplied as <emphasis>pattern</emphasis> to filter the results (case-insensitive).
    17981802                        </para>
    17991803                </description>
Note: See TracChangeset for help on using the changeset viewer.