comparison mcabber/mcabberrc.example @ 1347:07816313073b

Add an option 'otr' to enable OTR support in the configuration file
author Mikael Berthe <mikael@lilotux.net>
date Fri, 09 Nov 2007 23:14:03 +0100
parents cb400799db8f
children 26d1dd2c948f
comparison
equal deleted inserted replaced
1346:e36b21e11760 1347:07816313073b
360 # be ignored). 360 # be ignored).
361 # Please note that the key must match exactly the id seen with /info. 361 # Please note that the key must match exactly the id seen with /info.
362 #pgp disable foo@bar.org 362 #pgp disable foo@bar.org
363 #pgp setkey bar@foo.net C9940A9BB0B92210 363 #pgp setkey bar@foo.net C9940A9BB0B92210
364 364
365 # OTR (Off-The-Record messaging) support
366 # (Only available if mcabber is built with OTR support)
367 # Set otr to 1 to enable OTR support.
368 # You cannot change this option once mcabber is running.
369 #set otr = 0
370 #
365 # OTR directory 371 # OTR directory
366 # If mcabber is built with OTR (Off-The-Record) support, you can specify 372 # You can specify the OTR directory with the otr_dir option
367 # the OTR directory with the otr_dir option (default = ~/.mcabber/otr/). 373 # (default = ~/.mcabber/otr/).
368 #set otr_dir = "~/.mcabber/otr/" 374 #set otr_dir = "~/.mcabber/otr/"
369 375
370 # Aliases 376 # Aliases
371 alias me = say /me 377 alias me = say /me
372 alias online = status online 378 alias online = status online