comparison mcabber/mcabberrc.example @ 1482:f16b280e70d4

Minor updates to the sample configuration file
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 Apr 2008 10:49:30 +0200
parents f32ab0cab6a3
children 9d5a2f45addb
comparison
equal deleted inserted replaced
1481:af4aed348baf 1482:f16b280e70d4
342 #set color_bgrostersel = cyan 342 #set color_bgrostersel = cyan
343 #set color_rostersel = blue 343 #set color_rostersel = blue
344 #set color_rosterselmsg = red 344 #set color_rosterselmsg = red
345 #set color_rosternewmsg = red 345 #set color_rosternewmsg = red
346 346
347 #You can color roster items by their status and JID. For example, to have all 347 # You can color roster items by their status and JID. For example, to have
348 #roster items white, just all contacts from jabber.org that are away, not 348 # all roster items white, just all contacts from jabber.org that are away,
349 #available or do not disturb yellow, you do this: 349 # not available or do not disturb yellow, you do this:
350 # 350 #
351 #color roster * * white 351 #color roster * * white
352 #color roster adn *@jabber.org yellow 352 #color roster adn *@jabber.org yellow
353 353
354 #You can let mcabber color nicks in MUC. 354 # You can let mcabber color nicks in MUC.
355 #These colors will by used automatically: 355 # These colors will by used automatically:
356 #set nick_colors = red green blue 356 #set nick_colors = red green blue
357 #This turns coloring of all mucs on 357 # This turns coloring of all mucs on:
358 #color muc * on 358 #color muc * on
359 # 359 #
360 #If you want someone's nick to be the same all the time: 360 # If you want someone's nick to be the same all the time:
361 #color mucnick my_friend yellow 361 #color mucnick my_friend yellow
362 362
363 # Style 363 # Style
364 # Note: the "log_win_height" and "roster_width" values below can be set 364 # Note: the "log_win_height" and "roster_width" values below can be set
365 # in real time when mcabber is running. Refresh the screen (Ctrl-l) to 365 # in real time when mcabber is running. Refresh the screen (Ctrl-l) to
392 # - 0: (default) Date and time 392 # - 0: (default) Date and time
393 # - 1: Time only 393 # - 1: Time only
394 # - 2: None 394 # - 2: None
395 #set time_prefix = 0 395 #set time_prefix = 0
396 # 396 #
397 # When a contacts sends "/me ", mcabber displays "*user ", where user 397 # When a contact sends "/me ", mcabber displays "*user ", where user
398 # is the local part of the contact's jid. 398 # is the local part of the contact's jid.
399 # If you want mcabber to display the complete bare jid (user@server.com), 399 # If you want mcabber to display the complete bare jid (user@server.com),
400 # set "buddy_me_fulljid" to 1 (default: 0) 400 # set "buddy_me_fulljid" to 1 (default: 0)
401 #set buddy_me_fulljid = 1 401 #set buddy_me_fulljid = 1
402 # 402 #