diff options
author | Badlop <badlop@process-one.net> | 2010-11-02 22:47:28 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-11-02 22:47:28 +0100 |
commit | dccaff05442aaeea79985faf165ff7cb3183063f (patch) | |
tree | f9bd0fefa99a30d9b3151e72d19cb369c425fa9b /doc | |
parent | Implement the mod_irc option default_encoding, it was already documented (diff) |
Correct in the Guide the default mod_irc encoding
The default option value was last changed in EJAB-302,
but the Guide was not properly updated yet.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.html | 2 | ||||
-rw-r--r-- | doc/guide.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.html b/doc/guide.html index 6cf8f5ba8..6f4438d78 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2327,7 +2327,7 @@ is replaced at start time with the real virtual host name. </DD><DT CLASS="dt-description"><B><TT>{access, AccessName}</TT></B></DT><DD CLASS="dd-description"> This option can be used to specify who may use the IRC transport (default value: <TT>all</TT>). </DD><DT CLASS="dt-description"><B><TT>{default_encoding, Encoding}</TT></B></DT><DD CLASS="dd-description"> Set the default IRC encoding. -Default value: <TT>"koi8-r"</TT> +Default value: <TT>"iso8859-1"</TT> </DD></DL><P>Examples: </P><UL CLASS="itemize"><LI CLASS="li-itemize"> In the first example, the IRC transport is available on (all) your diff --git a/doc/guide.tex b/doc/guide.tex index 48900ce36..51804e226 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3037,7 +3037,7 @@ Options: \titem{\{access, AccessName\}} \ind{options!access}This option can be used to specify who may use the IRC transport (default value: \term{all}). \titem{\{default\_encoding, Encoding\}} \ind{options!defaultencoding}Set the default IRC encoding. - Default value: \term{"koi8-r"} + Default value: \term{"iso8859-1"} \end{description} Examples: |