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/guide.html | |
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/guide.html')
-rw-r--r-- | doc/guide.html | 2 |
1 files changed, 1 insertions, 1 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 |