Doc fixes from _charly_.
[jelmer/ctrlproxy.git] / config.default
1 # Example RC file for ctrlproxy
2 # Read the documentation for more information about specifics
3 # Please adapt to your needs!
4
5 [global]
6
7 # Replication mechanism to use (some other IRC proxies call this backlog)
8 # Possible values: none, simple, highlight, lastdisconnect
9 # Meanings:
10 #       none: No backlog
11 #       simple: Send backlog since the user last said something
12 #       lastdisconnect: Send backlog since the users' last disconnect
13 #       highlight: Send backlog since last connect, but only lines 
14 #                          containing 'matches' (see below)
15 replication = none
16
17 # Override motd-file location
18 #motd-file = /tmp/my-motd
19
20 # Prepend all lines with the time a line was received when replicating
21 report-time = false
22
23 autosave = true
24
25 # Networks to connect to on startup. Seperate by semicolons
26 autoconnect = admin
27 # autoconnect = admin;irc.oftc.net;irc.freenode.net;
28
29 # Support for interfacing to ctrlproxy 
30 # using /MSG ctrlproxy or /CTRLPROXY -->
31 [admin]
32
33 # Irssi-style logging
34 [log-irssi]
35 # logfile = /home/jelmer/tmp/ctrlproxy
36
37 # Work as a socks proxy
38 #[socks]
39 #port = 8800
40 #allow = jelmer:secret, foo:bar
41
42 # Make sure messages are not sent too fast after each other 
43 # (prevents being kicked by the server for 'Excess flooding'
44 #[antiflood]
45
46 # Automatically set AWAY after a certain period of time
47 #[auto-away]
48 #message = I'm currently away, sorry!
49 #time = 300 # in seconds
50
51 #[nickserv]
52 # Learn new nickserv user/password combinations by interpreting traffic to server
53 #learn = true
54
55 #[listen]
56 # Listen for network connections start port 6667
57 # auto = true
58 # autoport = 6667