From 57e3d9fda7a2fd22d0afed754cd85b6e93b91a26 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Fri, 22 Jun 2007 15:25:27 +0000 Subject: * src/mod_irc/mod_irc.erl: Added an option for default IRC encoding (thanks to Badlop) * doc/guide.tex: Updated SVN Revision: 789 --- doc/guide.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/guide.tex') diff --git a/doc/guide.tex b/doc/guide.tex index 63c1b063e..dbc70a8fb 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1839,18 +1839,19 @@ Options: \hostitem{irc} \titem{access} \ind{options!access}This option can be used to specify who may use the IRC transport (default value: \term{all}). +\titem{default\_encoding} \ind{options!defaultencoding}Set the default IRC encoding (default value: \term{"koi8-r"}). \end{description} Examples: \begin{itemize} \item In the first example, the IRC transport is available on (all) your virtual host(s) with the prefix `\jid{irc.}'. Furthermore, anyone is - able to use the transport. + able to use the transport. The default encoding is set to "iso8859-15". \begin{verbatim} {modules, [ ... - {mod_irc, [{access, all}]}, + {mod_irc, [{access, all}, {default\_encoding, "iso8859-15"}]}, ... ]}. \end{verbatim} -- cgit v1.2.3