comparison mcabber/mcabberrc.example @ 177:a51ce78a0e2a

[/trunk] Changeset 189 by mikael * Add a "load_logs" variable to enable logs reading. (Actual reading is not implemented yet...)
author mikael
date Thu, 05 May 2005 08:53:49 +0000
parents 0ed6099b5a54
children 0627546a21fe
comparison
equal deleted inserted replaced
176:99a99a160113 177:a51ce78a0e2a
23 # in the roster. 23 # in the roster.
24 #hide_offline_buddies = 0 24 #hide_offline_buddies = 0
25 25
26 # History logging 26 # History logging
27 # You can save the messages history: set logging = 1 27 # You can save the messages history: set logging = 1
28 # You can load (read) the messages history: set load_logs = 1
28 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/ 29 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/
29 logging = 1 30 logging = 1
31 #load_logs = 1
30 #logging_dir = /home/mikael/.mcabber/histo/ 32 #logging_dir = /home/mikael/.mcabber/histo/
31 33
32 # External command for events 34 # External command for events
33 # You can specify a script or process to be launched when an event occurs. 35 # You can specify a script or process to be launched when an event occurs.
34 # For now it is called the following way: 36 # For now it is called the following way: