comparison mcabber/mcabberrc.example @ 1447:ba706e97d6ec

Add option 'eventcmd_use_nickname' This is based on a patch from "bebebe". When this option is set, a nickname is passed to the event script in place of the JID.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 21 Mar 2008 19:49:27 +0100
parents 49c8be874344
children c6ebf66a4f80
comparison
equal deleted inserted replaced
1446:49c8be874344 1447:ba706e97d6ec
202 #set events_ignore_active_window = 0 202 #set events_ignore_active_window = 0
203 # 203 #
204 #set event_log_files = 0 204 #set event_log_files = 0
205 #set event_log_dir = ~/.mcabber/event_files 205 #set event_log_dir = ~/.mcabber/event_files
206 206
207 # If you set 'eventcmd_use_nickname' to 1, mcabber will pass the nickname
208 # (if it is defined) to the event script instead of the JID (default: 0).
209 #set eventcmd_use_nickname = 0
210
207 # External command status check 211 # External command status check
208 # You can request mcabber to inspect exit status value after each 212 # You can request mcabber to inspect exit status value after each
209 # events_command. If this option is set, mcabber will beep if the 213 # events_command. If this option is set, mcabber will beep if the
210 # exit value is 2. 214 # exit value is 2.
211 #set eventcmd_checkstatus = 0 215 #set eventcmd_checkstatus = 0