comparison mcabber/mcabberrc.example @ 1311:0dda8238af21

Implement "/roster display"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 13 Sep 2007 20:05:21 +0200
parents 60663a1f9e8d
children d1d12a09b04a
comparison
equal deleted inserted replaced
1310:a5336c44d4e2 1311:0dda8238af21
94 # History 94 # History
95 # Number of lines to remember for the command line history 95 # Number of lines to remember for the command line history
96 # (default: 0, unlimited). 96 # (default: 0, unlimited).
97 set cmdhistory_lines = 250 97 set cmdhistory_lines = 250
98 98
99 # Set hide_offline_buddies to 1 to display only connected buddies 99 # You can set up a mask to filter buddies and display them according to
100 # in the roster. 100 # their status. The mask should contain the shortcut letters of the
101 #set hide_offline_buddies = 0 101 # status you want to see ([o]nline, [f]ree_for_chat, [d]o_not_disturb,
102 # [n]ot_available, [a]way, [_]offline).
103 # For example, to display everybody the filter should be "ofdna_" (default).
104 # To display only the connected buddies, use "ofdna".
105 # Please note that this option is only used at startup (once mcabber is
106 # runnning yu can use "/roster display").
107 #set roster_display_filter = ofdna_
102 108
103 # Typing notifications, Chat States, Events (JEP-22/85) 109 # Typing notifications, Chat States, Events (JEP-22/85)
104 # Set disable_chatstates to 1 if you don't want to use typing notifications. 110 # Set disable_chatstates to 1 if you don't want to use typing notifications.
105 # Note: changing this option once mcabber is running has no effect. 111 # Note: changing this option once mcabber is running has no effect.
106 #set disable_chatstates = 0 112 #set disable_chatstates = 0