mcabber/mcabberrc.example
changeset 160 44c6410b4845
parent 139 8d7e31d37bec
child 162 43cef0f5339d
--- 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
+