comparison 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
comparison
equal deleted inserted replaced
159:ba51d1737086 160:44c6410b4845
25 25
26 # History logging 26 # History logging
27 # You can save the messages history: set logging = 1 27 # You can save the messages history: set logging = 1
28 # Default logging directory (logging_dir) is $HOME/.mcabber/ 28 # Default logging directory (logging_dir) is $HOME/.mcabber/
29 logging = 1 29 logging = 1
30 # logging_dir = /home/mikael/.mcabber/ 30 #logging_dir = /home/mikael/.mcabber/
31
32 # External command for events
33 # You can specify a script or process to be launched when an event occurs.
34 # For now it is called the following way:
35 # $events_command MSG IN jabber@id
36 # ... when receiving a message.
37 #events_command = /home/mikael/.mcabber/eventcmd
31 38
32 # Debug logging 39 # Debug logging
33 # If you want advanced debug, please specify a file here. 40 # If you want advanced debug, please specify a file here.
34 # You can enable debug in main.c before compiling mcabber, too. 41 # You can enable debug in main.c before compiling mcabber, too.
35 # debug = /home/mikael/mcabber.log 42 # debug = /home/mikael/mcabber.log
44 color_jidonline = green 51 color_jidonline = green
45 color_newmsg = red 52 color_newmsg = red
46 color_jidofflineselected = red 53 color_jidofflineselected = red
47 color_jidoffline = red 54 color_jidoffline = red
48 color_text = white 55 color_text = white
56