comparison mcabber/mcabberrc.example @ 1206:abc5847d1613

Add Aspell options to the config. file
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Apr 2007 22:30:13 +0200
parents e802ec0c02d2
children 8f0af3b88cef
comparison
equal deleted inserted replaced
1205:2de8f8ba1f34 1206:abc5847d1613
74 # Help files have been translated into a few languages. 74 # Help files have been translated into a few languages.
75 # You can set lang to one of the following values: en (default), 75 # You can set lang to one of the following values: en (default),
76 # de, fr, nl, pl, ru, uk. 76 # de, fr, nl, pl, ru, uk.
77 #set lang = en 77 #set lang = en
78 78
79 # Aspell
80 # If your mcabber has been built with Aspell support, you can enable spell
81 # checking with the following options (you can't change them once mcabber is
82 # running).
83 #set aspell_enable = 1
84 #set aspell_lang = en_EN
85 #set aspell_encoding = iso8859-1
86 #set aspell_encoding = UTF-8
87
79 # History 88 # History
80 # Number of lines to remember for the command line history 89 # Number of lines to remember for the command line history
81 # (default: 0, unlimited). 90 # (default: 0, unlimited).
82 set cmdhistory_lines = 250 91 set cmdhistory_lines = 250
83 92