diff mcabber/mcabberrc.example @ 160:44c6410b4845

[/trunk] Changeset 172 by mikael * External command for events. * Add a config file option "events_command". * TODO update.
author mikael
date Mon, 02 May 2005 12:07:46 +0000
parents 8d7e31d37bec
children 43cef0f5339d
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Mon May 02 09:33:32 2005 +0000
+++ b/mcabber/mcabberrc.example	Mon May 02 12:07:46 2005 +0000
@@ -27,7 +27,14 @@
 # You can save the messages history: set logging = 1
 # Default logging directory (logging_dir) is $HOME/.mcabber/
 logging = 1
-# logging_dir = /home/mikael/.mcabber/
+#logging_dir = /home/mikael/.mcabber/
+
+# External command for events
+# You can specify a script or process to be launched when an event occurs.
+# For now it is called the following way:
+#   $events_command MSG IN jabber@id
+# ... when receiving a message.
+#events_command = /home/mikael/.mcabber/eventcmd
 
 # Debug logging
 # If you want advanced debug, please specify a file here.
@@ -46,3 +53,4 @@
 color_jidofflineselected = red
 color_jidoffline = red
 color_text = white
+