comparison mcabber/mcabberrc.example @ 522:fdd1637db7f3

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 Nov 2005 16:54:42 +0100
parents d8f4a0fc77d3
children c7f94f6e51f0
comparison
equal deleted inserted replaced
521:cc8c969ab6e5 522:fdd1637db7f3
43 43
44 # Set the auto-away timeout, in seconds. If set to a value >0, 44 # Set the auto-away timeout, in seconds. If set to a value >0,
45 # mcabber will change your status to away if no real activity is detected 45 # mcabber will change your status to away if no real activity is detected
46 # (command, message, move in the buddylist...). Note: auto-away only changes 46 # (command, message, move in the buddylist...). Note: auto-away only changes
47 # the status when it is "available" (online) or "free_for_chat". 47 # the status when it is "available" (online) or "free_for_chat".
48 # See 'message_autoaway' below.
48 #set autoaway = 0 49 #set autoaway = 0
49 50
50 # History logging 51 # History logging
51 # You can save the messages history: set logging = 1 52 # You can save the messages history: set logging = 1
52 # You can load (read) the messages history: set load_logs = 1 53 # You can load (read) the messages history: set load_logs = 1
86 #set message_avail = I'm available 87 #set message_avail = I'm available
87 #set message_free = I'm free for chat 88 #set message_free = I'm free for chat
88 #set message_dnd = Please do not disturb 89 #set message_dnd = Please do not disturb
89 #set message_notavail = I'm not available 90 #set message_notavail = I'm not available
90 #set message_away = I'm away 91 #set message_away = I'm away
91 #set message_autoaway = Auto-away 92 #
93 # The auto-away message is only used when 'autoaway' is set. The previous
94 # message will be restored when leaving auto-away status. If this message
95 # isn't defined, the status message will stay unchanged.
96 set message_autoaway = Auto-away (idle)
92 97
93 # Colors 98 # Colors
94 # Colors are: black, red, green, yellow, blue, magenta, cyan, white 99 # Colors are: black, red, green, yellow, blue, magenta, cyan, white
95 # You can use the "default" color, too (i.e. for transparent background) 100 # You can use the "default" color, too (i.e. for transparent background)
96 #set color_background = blue 101 #set color_background = blue