comparison mcabber/mcabberrc.example @ 1353:7caedca15e50

Add post-connect internal hook
author Mikael Berthe <mikael@lilotux.net>
date Sat, 10 Nov 2007 23:06:28 +0100
parents 26d1dd2c948f
children c373ff3fe7e1
comparison
equal deleted inserted replaced
1352:61a54e172010 1353:7caedca15e50
197 # You can request mcabber to inspect exit status value after each 197 # You can request mcabber to inspect exit status value after each
198 # events_command. If this option is set, mcabber will beep if the 198 # events_command. If this option is set, mcabber will beep if the
199 # exit value is 2. 199 # exit value is 2.
200 #set eventcmd_checkstatus = 0 200 #set eventcmd_checkstatus = 0
201 201
202 # Internal hooks
203 # You can ask mcabber to execute an internal command when a special event
204 # occurs (for example when it connects to the server).
205 #
206 # 'hook-post-connect' is executed when mcabber has connected to the server
207 # and the roster has been received.
208 #set hook-post-connect = status dnd
209
202 # Traces logging 210 # Traces logging
203 # If you want advanced traces, please specify a file and a level here. 211 # If you want advanced traces, please specify a file and a level here.
204 # There are currently 2 traceloglog levels: 212 # There are currently 2 traceloglog levels:
205 # lvl 1: most events of the log window are written to the file 213 # lvl 1: most events of the log window are written to the file
206 # lvl 2: debug logging (XML, etc.) 214 # lvl 2: debug logging (XML, etc.)