comparison mcabber/mcabberrc.example @ 477:d11e5ce2582c

Improve hk_message_in() - Show when we have a private message in a chat room - Add an option ("log_muc_conf") to enable chat room logging
author Mikael Berthe <mikael@lilotux.net>
date Mon, 03 Oct 2005 21:49:48 +0200
parents 39e173645f9c
children 357086193b02
comparison
equal deleted inserted replaced
476:88f026a75e66 477:d11e5ce2582c
52 # will not create it. 52 # will not create it.
53 #set logging = 1 53 #set logging = 1
54 #set load_logs = 1 54 #set load_logs = 1
55 #set logging_dir = /home/mikael/.mcabber/histo/ 55 #set logging_dir = /home/mikael/.mcabber/histo/
56 56
57 # Set log_muc_conf to 1 to enable MUC chatrooms logging (default = 0)
58 # set log_muc_conf = 1
59
57 # External command for events 60 # External command for events
58 # You can specify a script or process to be launched when an event occurs. 61 # You can specify a script or process to be launched when an event occurs.
59 # The command is called the following way: 62 # The command is called the following way:
60 # $events_command MSG IN jabber@id (when receiving a message) 63 # $events_command MSG IN jabber@id (when receiving a message)
61 # $events_command MSG OUT jabber@id (when sending a message) 64 # $events_command MSG OUT jabber@id (when sending a message)