1LOG_IRSSI(7ctrlproxy) LOG_IRSSI(7ctrlproxy)
2
3
4
6 log_irssi - Irssi-style log files
7
9 Module that logs IRC data to the specified file in the same format that
10 the irssi(1) IRC client uses.
11
12 Each channel or nick gets it's own seperate log file, which is located
13 in a directory with the name of the IRC network.
14
15 If no directory is specified, data will be logged to
16 $HOME/.ctrlproxy/log_irssi/$NETWORK/$CHANNEL.
17
19 The following XML elements are supported:
20
21 logfile
22 Should specify a base path that log files are to be generated
23 in. For each network, a subdirectory will be created in this
24 directory.
25
27
28 <ctrlproxy>
29 <plugins>
30 <plugin autoload="1" file="log_irssi">
31 <logfile>/home/jelmer/log/ctrlproxy</logfile>
32 </plugin>
33 <plugin autoload="1" file="socket"/>
34 </plugins>
35
36 <networks>
37 <network name="OFTC">
38 <servers><ipv4 host="irc.oftc.net"/></servers>
39 <channel name="#flood"/>
40 </network>
41 </networks>
42 </ctrlproxy>
43
44
45
47 This man page is valid for version 0.1 of the plugin.
48
50 ctrlproxyrc(5), ctrlproxy(1), [1]http://ctrlproxy.vernstok.nl/
51
53 [2]Jelmer Vernooij
54
56 1. http://ctrlproxy.vernstok.nl/
57 http://ctrlproxy.vernstok.nl/
58
59 2. Jelmer Vernooij
60 mailto:
61
62
63
64 08/27/2006 LOG_IRSSI(7ctrlproxy)