comparison mcabber/mcabberrc.example @ 676:80d4959422ca

New "eventcmd_checkstatus" option
author Mikael Berthe <mikael@lilotux.net>
date Thu, 26 Jan 2006 23:14:17 +0100
parents ae7016aae014
children 3e34bd8e073d
comparison
equal deleted inserted replaced
675:ae7016aae014 676:80d4959422ca
95 #set events_command = /home/mikael/.mcabber/eventcmd 95 #set events_command = /home/mikael/.mcabber/eventcmd
96 # 96 #
97 #set event_log_files = 0 97 #set event_log_files = 0
98 #set event_log_dir = /home/mikael/.mcabber/event_files 98 #set event_log_dir = /home/mikael/.mcabber/event_files
99 99
100 # External command status check
101 # You can request mcabber to inspect exit status value after each
102 # events_command. If this option is set, mcabber will beep if the
103 # exit value is 2.
104 #set eventcmd_checkstatus = 0
105
100 # Traces logging 106 # Traces logging
101 # If you want advanced traces, please specify a file and a level here. 107 # If you want advanced traces, please specify a file and a level here.
102 # There are currently 2 traceloglog levels: 108 # There are currently 2 traceloglog levels:
103 # lvl 1: most events of the log window are written to the file 109 # lvl 1: most events of the log window are written to the file
104 # lvl 2: debug logging (XML, etc.) 110 # lvl 2: debug logging (XML, etc.)