comparison mcabber/mcabberrc.example @ 339:e4ed1aec2988

Auto-away improvement Auto-away only change the status if it is available (i.e. online) or free-for-chat. Other status are left alone.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 18 Jul 2005 22:47:52 +0100
parents 7bd4ffee9497
children c5a7a7273986
comparison
equal deleted inserted replaced
338:7bd4ffee9497 339:e4ed1aec2988
26 # in the roster. 26 # in the roster.
27 #set hide_offline_buddies = 0 27 #set hide_offline_buddies = 0
28 28
29 # Set the auto-away timeout, in seconds. If set to a value >0, 29 # Set the auto-away timeout, in seconds. If set to a value >0,
30 # mcabber will change your status to away if no real activity is detected 30 # mcabber will change your status to away if no real activity is detected
31 # (command, message, move in the buddylist...) 31 # (command, message, move in the buddylist...). Note: auto-away only changes
32 # the status when it is "available" (online) or "free_for_chat".
32 #set autoaway = 0 33 #set autoaway = 0
33 34
34 # History logging 35 # History logging
35 # You can save the messages history: set logging = 1 36 # You can save the messages history: set logging = 1
36 # You can load (read) the messages history: set load_logs = 1 37 # You can load (read) the messages history: set load_logs = 1