1 <ctrlproxy:module name="log_irssi"
2 xmlns:ctrlproxy="http://ctrlproxy.vernstok.nl/common">
4 <description>Irssi-style log files</description>
6 <author>Jelmer Vernooij</author>
7 <email>jelmer@vernstok.nl</email>
8 <homepage>http://ctrlproxy.vernstok.nl/</homepage>
12 <para>Module that logs IRC data to the specified file
13 in the same format that the irssi(1) IRC client uses.</para>
15 <para>Each channel or nick gets it's own seperate log file,
16 which is located in a directory with the name of the IRC
19 <para>If no directory is specified, data will be logged to <parameter>$HOME/.ctrlproxy/log_irssi/$NETWORK/$CHANNEL</parameter>.</para>
24 <element name="logfile">
25 <description>Should specify a base path that log files
26 are to be generated in. For each network, a subdirectory
27 will be created in this directory.</description>
35 <plugin autoload="1" file="log_irssi">
36 <logfile>/home/jelmer/log/ctrlproxy</logfile>
42 <servers><ipv4 host="irc.oftc.net"/></servers>
43 <channel name="#flood"/>