Fix a typo in the default conf
This commit is contained in:
parent
7b9ee9cdb7
commit
14cb5128b3
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ rooms = poezio@muc.poezio.eu
|
|||
# the method that poezio will use to store your bookmarks online
|
||||
# possible values are: privatexml, pep
|
||||
# You should not have to modify this, but if you have to, please do.
|
||||
use_bookmarks_method =
|
||||
use_bookmarks_method =
|
||||
|
||||
# use this option to force the use of local bookmarks
|
||||
# possible values are: anything/false
|
||||
|
@ -99,7 +99,7 @@ max_nick_length = 25
|
|||
|
||||
# Words that you want to complete on recent words completion,
|
||||
# separated by a colon (:).
|
||||
# e.g. words = "anticonstitutionellement:I protest:I like bananas:"
|
||||
# e.g. words = "anticonstitutionnellement:I protest:I like bananas:"
|
||||
words =
|
||||
|
||||
# a list of words (separated by a colon (:)) that will be
|
||||
|
|
Loading…
Reference in a new issue