diff options
author | Johannes Krude <johannes@krude.de> | 2012-08-31 10:37:35 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-09-02 14:06:04 +0200 |
commit | affdcb07b4b3fa4543d01dcc35ac358e76936084 (patch) | |
tree | 6b2119361ab0e1e9ca4703cf12ae2cfdea31d4ae /data | |
parent | bf295541213e78c47987f4d774c102e7f1de1008 (diff) | |
download | poezio-affdcb07b4b3fa4543d01dcc35ac358e76936084.tar.gz poezio-affdcb07b4b3fa4543d01dcc35ac358e76936084.tar.bz2 poezio-affdcb07b4b3fa4543d01dcc35ac358e76936084.tar.xz poezio-affdcb07b4b3fa4543d01dcc35ac358e76936084.zip |
added muc_history_length support
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 834c629c..8c09d90f 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -172,7 +172,7 @@ alternative_nickname = # Limit the number of messages you want to receive when the # multiuserchat rooms send you recent history # 0: You won't receive any -# -1: You will receive the maximum +# -1: You will receive the server default # n: You will receive at most n messages muc_history_length = 50 |