comparison mcabber/mcabberrc.example @ 919:653c1cdfb589

Mention the "lang" variable
author Mikael Berthe <mikael@lilotux.net>
date Tue, 27 Jun 2006 19:34:23 +0200
parents a833f3d6119a
children 40175f3dcef7
comparison
equal deleted inserted replaced
918:2159cc03eae9 919:653c1cdfb589
40 # Keepalive 40 # Keepalive
41 # If you need a ping/keepalive to leave your connection open, you 41 # If you need a ping/keepalive to leave your connection open, you
42 # can use the pinginterval. Setting this option to 0 disables the ping. 42 # can use the pinginterval. Setting this option to 0 disables the ping.
43 # Default value is 40 seconds. 43 # Default value is 40 seconds.
44 #set pinginterval = 40 44 #set pinginterval = 40
45
46 # Language
47 # Help files have been translated into a few languages.
48 # You can set lang to one of the following values: en (default), fr, pl.
49 #set lang = en
45 50
46 # Set hide_offline_buddies to 1 to display only connected buddies 51 # Set hide_offline_buddies to 1 to display only connected buddies
47 # in the roster. 52 # in the roster.
48 #set hide_offline_buddies = 0 53 #set hide_offline_buddies = 0
49 54