comparison mcabber/mcabberrc.example @ 823:19c615fd071e

New option "delete_on_reject"
author Mikael Berthe <mikael@lilotux.net>
date Tue, 25 Apr 2006 07:05:50 +0200
parents c2d7d9dd4193
children 7c74eef1d0e0
comparison
equal deleted inserted replaced
822:0dbb2be10975 823:19c615fd071e
118 # the status when it is "available" (online) or "free_for_chat". 118 # the status when it is "available" (online) or "free_for_chat".
119 # See 'message_autoaway' below. 119 # See 'message_autoaway' below.
120 #set autoaway = 0 120 #set autoaway = 0
121 121
122 # Message blocking 122 # Message blocking
123 # Set the 'block_unsubscribed' to 1 if you want to block (drop) incoming 123 # Set 'block_unsubscribed' to 1 if you want to block (drop) incoming
124 # messages from people you haven't authorized. (default: 0) 124 # messages from people you haven't authorized. (default: 0)
125 #set block_unsubscribed = 0 125 #set block_unsubscribed = 0
126 #
127 # Set 'delete_on_reject' to 1 if you want to delete buddies from your
128 # roster when you reject their subscription request. (default: 0)
129 # (See documentation for /event)
130 # The buddy is actually deleted only if there is no other subscription,
131 # so for example if you are subscribed to this buddy's presence updates it
132 # won't be deleted.
133 #set delete_on_reject = 0
126 134
127 # Status messages 135 # Status messages
128 # The "message" value will override all others, take care! 136 # The "message" value will override all others, take care!
129 #set message = Unique message status 137 #set message = Unique message status
130 #set message_avail = I'm available 138 #set message_avail = I'm available