comparison mcabber/mcabberrc.example @ 322:da138cdebf04

Implement auto-away mode
author Mikael Berthe <mikael@lilotux.net>
date Fri, 15 Jul 2005 22:08:53 +0100
parents 871e53769084
children 475dccabe6f3
comparison
equal deleted inserted replaced
321:59193965f2cb 322:da138cdebf04
21 #pinginterval = 40 21 #pinginterval = 40
22 22
23 # Set hide_offline_buddies to 1 to display only connected buddies 23 # Set hide_offline_buddies to 1 to display only connected buddies
24 # in the roster. 24 # in the roster.
25 #hide_offline_buddies = 0 25 #hide_offline_buddies = 0
26
27 # Set the auto-away timeout, in seconds. If set to a value >0,
28 # mcabber will change your status to away if no real activity is detected
29 # (command, message, move in the buddylist...)
30 #set autoaway = 0
26 31
27 # History logging 32 # History logging
28 # You can save the messages history: set logging = 1 33 # You can save the messages history: set logging = 1
29 # You can load (read) the messages history: set load_logs = 1 34 # You can load (read) the messages history: set load_logs = 1
30 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/ 35 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/
50 #message_avail = I'm available 55 #message_avail = I'm available
51 #message_free = I'm free for chat 56 #message_free = I'm free for chat
52 #message_dnd = Please do not disturb 57 #message_dnd = Please do not disturb
53 #message_notavail = I'm not available 58 #message_notavail = I'm not available
54 #message_away = I'm away 59 #message_away = I'm away
55 #message_autoaway = Auto-away (Not yet implemented) 60 #message_autoaway = Auto-away
56 61
57 # The colors 62 # The colors
58 # Colors are: black, red, green, yellow, blue, magenta, cyan, white 63 # Colors are: black, red, green, yellow, blue, magenta, cyan, white
59 #color_background = blue 64 #color_background = blue
60 #color_general = white 65 #color_general = white