From f93fd2db1e8a4c2671ccae3cb9311ff47d4ba7e0 Mon Sep 17 00:00:00 2001 From: tribut Date: Thu, 24 Jul 2014 00:51:07 -0300 Subject: 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. --- doc/user-guide/commands.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/user-guide') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 45a6674f..e7d56ba1 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1789,13 +1789,17 @@ - blist [all|online|offline|away] + blist [all|online|offline|away] [<pattern>] List all the buddies in the current channel You can get a more readable buddy list using the blist command. If you want a complete list (including the offline users) you can use the all argument. + + + A perl-compatible regular expression can be supplied as pattern to filter the results (case-insensitive). + -- cgit v1.2.3