comparison mcabber/mcabberrc.example @ 294:871e53769084

Allow one status message per Jabber status Messages can be defined with the following options: message (overrides any of the others), message_avail, message_free, message_dnd, message_notavail, message_away
author Mikael Berthe <mikael@lilotux.net>
date Sat, 09 Jul 2005 12:44:57 +0100
parents 7f2e61392b2e
children da138cdebf04 33b8e801ffa6
comparison
equal deleted inserted replaced
293:d0295e735768 294:871e53769084
42 # Debug logging 42 # Debug logging
43 # If you want advanced debug, please specify a file here. 43 # If you want advanced debug, please specify a file here.
44 # You can enable debug in main.c before compiling mcabber, too. 44 # You can enable debug in main.c before compiling mcabber, too.
45 #debug = /home/mikael/mcabber.log 45 #debug = /home/mikael/mcabber.log
46 46
47 # Status messages
48 # The "message" value will override all others, take care!
49 #message = Unique message status
50 #message_avail = I'm available
51 #message_free = I'm free for chat
52 #message_dnd = Please do not disturb
53 #message_notavail = I'm not available
54 #message_away = I'm away
55 #message_autoaway = Auto-away (Not yet implemented)
56
47 # The colors 57 # The colors
48 # Colors are: black, red, green, yellow, blue, magenta, cyan, white 58 # Colors are: black, red, green, yellow, blue, magenta, cyan, white
49 #color_background = blue 59 #color_background = blue
50 #color_general = white 60 #color_general = white
51 #color_newmessage = red 61 #color_newmessage = red