comparison mcabber/mcabberrc.example @ 1129:1a109ebf3f24

Add option "events_ignore_active_window"
author Mikael Berthe <mikael@lilotux.net>
date Sat, 20 Jan 2007 19:39:54 +0100
parents fddf2fef7b83
children 73e6ca0a03a9
comparison
equal deleted inserted replaced
1128:ac9c89f6cb51 1129:1a109ebf3f24
126 # system (e.g. play a sound), have a look at 'events_command' below. 126 # system (e.g. play a sound), have a look at 'events_command' below.
127 #set beep_on_message = 0 127 #set beep_on_message = 0
128 128
129 # External command for events 129 # External command for events
130 # You can specify a script or process to be launched when an event occurs. 130 # You can specify a script or process to be launched when an event occurs.
131 # Set 'events_ignore_active_window' to 1 if you don't want the script to
132 # be run for a message to the current active window (default: 0).
131 # 133 #
132 # If 'event_log_files' is set, a file is created and contains the body of 134 # If 'event_log_files' is set, a file is created and contains the body of
133 # the message (incoming messages only); the file name is the last parameter. 135 # the message (incoming messages only); the file name is the last parameter.
134 # If you enable this, you can specify the directory mcabber will use to 136 # If you enable this, you can specify the directory mcabber will use to
135 # create these messages with the 'event_log_dir' variable (default is the 137 # create these messages with the 'event_log_dir' variable (default is the
141 # $events_command MSG OUT jabber@id (when sending a message) 143 # $events_command MSG OUT jabber@id (when sending a message)
142 # $events_command MSG MUC room_id [file] (when receiving a MUC message) 144 # $events_command MSG MUC room_id [file] (when receiving a MUC message)
143 # $events_command STATUS X jabber@id (new buddy status is X) 145 # $events_command STATUS X jabber@id (new buddy status is X)
144 # See sample script in contrib/ directory. 146 # See sample script in contrib/ directory.
145 #set events_command = /home/mikael/.mcabber/eventcmd 147 #set events_command = /home/mikael/.mcabber/eventcmd
148 #
149 #set events_ignore_active_window = 0
146 # 150 #
147 #set event_log_files = 0 151 #set event_log_files = 0
148 #set event_log_dir = /home/mikael/.mcabber/event_files 152 #set event_log_dir = /home/mikael/.mcabber/event_files
149 153
150 # External command status check 154 # External command status check