diff options
author | mathieui <mathieui@mathieui.net> | 2012-07-31 13:37:40 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-07-31 13:38:53 +0200 |
commit | ee97ba6b6cf96d2f6f0dd67928da4f370bab9f12 (patch) | |
tree | 246f4983bc1b4ba839fa11ee23c7e5ee469c5362 /doc | |
parent | 906c74f0bea7794ad4341b9f64ca7508e2394fff (diff) | |
download | poezio-ee97ba6b6cf96d2f6f0dd67928da4f370bab9f12.tar.gz poezio-ee97ba6b6cf96d2f6f0dd67928da4f370bab9f12.tar.bz2 poezio-ee97ba6b6cf96d2f6f0dd67928da4f370bab9f12.tar.xz poezio-ee97ba6b6cf96d2f6f0dd67928da4f370bab9f12.zip |
Make the autorejoin option work with bans, too, and fix the documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/configure.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 5e2f1053..f72d1627 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -478,12 +478,12 @@ foo = true *autorejoin*:: false - set to 'true' if you want to automatically rejoin the - room when you're kicked. + Set to 'true' if you want to automatically rejoin the + room when you're kicked or banned. *autorejoin_delay*:: 5 - Set to the number of seconds before reconnecting after getting kicked. - 0, a negative value, or no value means you instant reconnection. + Set to the number of seconds before reconnecting after getting kicked or + banned. 0, a negative value, or no value means instant reconnection. This option only works if autorejoin is enabled. |