comparison mcabber/mcabberrc.example @ 1313:d1d12a09b04a

Make passphrase entry retries customizable (suggested by Till Maas) Based on a patch provided by Till Maas.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 20 Sep 2007 20:08:59 +0200
parents 0dda8238af21
children cb49b9a59bcf
comparison
equal deleted inserted replaced
1312:f4830fada2af 1313:d1d12a09b04a
53 #set pgp = 0 53 #set pgp = 0
54 #set pgp_private_key = "C9940A9BB0B92210" 54 #set pgp_private_key = "C9940A9BB0B92210"
55 # 55 #
56 # You can set your PGP passhrase here, although it's NOT advised. 56 # You can set your PGP passhrase here, although it's NOT advised.
57 #set pgp_passphrase = "PGPpassword" 57 #set pgp_passphrase = "PGPpassword"
58 #
59 # If you don't like the default number of passphrase retries (2), you
60 # can change it here. If this number is < 0, mcabber will keep asking
61 # until the passphrase is good.
62 #pgp_passphrase_retries = 2
58 63
59 # Conference nickname 64 # Conference nickname
60 # This nickname is used when joining a room, when no nick is explicitly 65 # This nickname is used when joining a room, when no nick is explicitly
61 # specified by the user. Note that when the nickname option is not set, 66 # specified by the user. Note that when the nickname option is not set,
62 # the username variable can be used. 67 # the username variable can be used.