comparison mcabber/mcabberrc.example @ 511:c7cdb9c6d7aa

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 12 Nov 2005 17:49:29 +0100
parents 357086193b02
children d8f4a0fc77d3
comparison
equal deleted inserted replaced
510:6c3cd3aa4a91 511:c7cdb9c6d7aa
78 # lvl 2: debug logging (XML, etc.) 78 # lvl 2: debug logging (XML, etc.)
79 # Default is level 0, no trace logging 79 # Default is level 0, no trace logging
80 #set tracelog_level = 1 80 #set tracelog_level = 1
81 #set tracelog_file = /home/mikael/mcabber.log 81 #set tracelog_file = /home/mikael/mcabber.log
82 82
83 # Status messages 83 # Status messages
84 # The "message" value will override all others, take care! 84 # The "message" value will override all others, take care!
85 #set message = Unique message status 85 #set message = Unique message status
86 #set message_avail = I'm available 86 #set message_avail = I'm available
87 #set message_free = I'm free for chat 87 #set message_free = I'm free for chat
88 #set message_dnd = Please do not disturb 88 #set message_dnd = Please do not disturb
89 #set message_notavail = I'm not available 89 #set message_notavail = I'm not available
90 #set message_away = I'm away 90 #set message_away = I'm away
91 #set message_autoaway = Auto-away 91 #set message_autoaway = Auto-away
92 92
93 # Colors 93 # Colors
94 # Colors are: black, red, green, yellow, blue, magenta, cyan, white 94 # Colors are: black, red, green, yellow, blue, magenta, cyan, white
95 # You can use the "default" color, too (i.e. for transparent background) 95 # You can use the "default" color, too (i.e. for transparent background)
96 #set color_background = blue 96 #set color_background = blue
97 #set color_general = white 97 #set color_general = white
98 #set color_newmessage = red 98 #set color_newmessage = red
99 #set color_rosternormal = magenta 99 #set color_rosternormal = magenta
100 #set color_rosterselect = black 100 #set color_rosterselect = black
101 #set color_backselected = cyan 101 #set color_backselected = cyan
102 102
103 # Aliases 103 # Style
104 # Buddy name format (in status window):
105 # - 0: (default) "<jid/resource>"
106 # - 1: "name <jid/resource>" (name is omitted if same as the jid)
107 # - 2: "name/resource" (if the name is the same as the jid, use <jid/res>)
108 # - 3: "name" (if the name is the same as the jid, use <jid/res>)
109 #set buddy_format = 2
110
111 # Aliases
104 alias online = status online 112 alias online = status online
105 alias away = status away 113 alias away = status away
106 alias dnd = status dnd 114 alias dnd = status dnd
107 alias notavail = status notavail 115 alias notavail = status notavail
108 116
109 # Key bindings 117 # Key bindings
110 # Ctlr-X (24) bound to /roster alternate 118 # Ctlr-X (24) bound to /roster alternate
111 bind 24 = roster alternate 119 bind 24 = roster alternate
112 # F5 (269) bound to /roster toggle_offline (centericq-like, IIRC) 120 # F5 (269) bound to /roster toggle_offline (centericq-like, IIRC)
113 bind 269 = roster toggle_offline 121 bind 269 = roster toggle_offline
114 122