diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-02-15 20:09:44 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-02-15 20:09:44 +0100 |
commit | 0606c2b351ac87f110e1240d2f4ba1b94b275930 (patch) | |
tree | 7ef547684f912d7c52b7dd0553795aee5a20f0ba | |
parent | 28d790717f78bb7a24d0b4d953bdb4a938b673fb (diff) | |
download | poezio-0606c2b351ac87f110e1240d2f4ba1b94b275930.tar.gz poezio-0606c2b351ac87f110e1240d2f4ba1b94b275930.tar.bz2 poezio-0606c2b351ac87f110e1240d2f4ba1b94b275930.tar.xz poezio-0606c2b351ac87f110e1240d2f4ba1b94b275930.zip |
Add the new option in the configuration file.
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 540e021e..e870941d 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -67,6 +67,10 @@ completion = normal # a SPACE will always be added after that after_completion = , +# The maximum length of the nickname that will be displayed in the +# conversation window. +max_nick_length = 25 + # a list of words (separated by a colon (:)) that will be # highlighted if said by someone on a room highlight_on = |