comparison mcabber/mcabberrc.example @ 453:39e173645f9c

External command is called for MUC messages
author Mikael Berthe <mikael@lilotux.net>
date Mon, 26 Sep 2005 22:36:18 +0200
parents 0bb3d37579aa
children d11e5ce2582c
comparison
equal deleted inserted replaced
452:dfd9c62b3a39 453:39e173645f9c
57 # External command for events 57 # External command for events
58 # You can specify a script or process to be launched when an event occurs. 58 # You can specify a script or process to be launched when an event occurs.
59 # The command is called the following way: 59 # The command is called the following way:
60 # $events_command MSG IN jabber@id (when receiving a message) 60 # $events_command MSG IN jabber@id (when receiving a message)
61 # $events_command MSG OUT jabber@id (when sending a message) 61 # $events_command MSG OUT jabber@id (when sending a message)
62 # $events_command MSG MUC room_id (when receiving a MUC message)
62 # $events_command STATUS X jabber@id (new buddy status is X) 63 # $events_command STATUS X jabber@id (new buddy status is X)
63 # See sample script in contrib/ directory. 64 # See sample script in contrib/ directory.
64 #set events_command = /home/mikael/.mcabber/eventcmd 65 #set events_command = /home/mikael/.mcabber/eventcmd
65 66
66 # Traces logging 67 # Traces logging