comparison mcabber/mcabberrc.example @ 517:d8f4a0fc77d3

Update sample configuration file
author Mikael Berthe <mikael@lilotux.net>
date Mon, 14 Nov 2005 18:17:47 +0100
parents c7cdb9c6d7aa
children fdd1637db7f3
comparison
equal deleted inserted replaced
516:e5008032edb8 517:d8f4a0fc77d3
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 # Style 103 # Style
104 # Log window height (minimum 1, default 5)
105 #set log_win_height = 5
106 #
104 # Buddy name format (in status window): 107 # Buddy name format (in status window):
105 # - 0: (default) "<jid/resource>" 108 # - 0: (default) "<jid/resource>"
106 # - 1: "name <jid/resource>" (name is omitted if same as the jid) 109 # - 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>) 110 # - 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>) 111 # - 3: "name" (if the name is the same as the jid, use <jid/res>)
109 #set buddy_format = 2 112 #set buddy_format = 2
113 #
114 # Display the status changes in the chat buffers (default: 0, never)
115 # Values: 0: never 1: only connect/disconnect 2: all
116 #set show_status_in_buffer = 1
110 117
111 # Aliases 118 # Aliases
112 alias online = status online 119 alias online = status online
113 alias away = status away 120 alias away = status away
114 alias dnd = status dnd 121 alias dnd = status dnd