diff 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
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Mon Sep 26 22:08:48 2005 +0200
+++ b/mcabber/mcabberrc.example	Mon Sep 26 22:36:18 2005 +0200
@@ -59,6 +59,7 @@
 # The command is called the following way:
 #   $events_command MSG IN jabber@id        (when receiving a message)
 #   $events_command MSG OUT jabber@id       (when sending a message)
+#   $events_command MSG MUC room_id         (when receiving a MUC message)
 #   $events_command STATUS X jabber@id      (new buddy status is X)
 # See sample script in contrib/ directory.
 #set events_command = /home/mikael/.mcabber/eventcmd