Fix memory leak.
[jelmer/ctrlproxy.git] / config.example
1 # Example RC file for ctrlproxy.
2 # Read the documentation for more information.
3
4 [global]
5 # Replication mechanism to use (some other IRC proxies call this backlog)
6 # Possible values: none, simple, highlight, lastdisconnect
7 # Meanings:
8 #       none: No backlog
9 #       simple: Send backlog since the user last said something
10 #       lastdisconnect: Send backlog since the users' last disconnect
11 #       highlight: Send backlog since last connect, but only lines 
12 #                          containing 'matches' (see below)
13 replication = none
14
15 # Prepend all lines in replication with the time a line was received when replicating
16 # possible settings: never|always|replication
17 report-time = never
18
19 # What words to look for when remembering lines 
20 # (in case "replication = highlight")
21 # Seperate using semicolons
22 # matches=ctrlproxy;foobar
23
24 # Port at which CtrlProxy should listen for new connections
25 # Connections can be plain IRC connections or using the SOCKS protocol.
26 port=6680
27
28 # Password for logging in to ctrlproxy
29 password=secret
30
31 # Set "bind" to make ctrlproxy only listen on a specific IP address:
32 # Example: bind=192.168.4.3
33
34 # Override motd-file location
35 #motd-file = /tmp/my-motd
36
37 # Save state to configuration file on exit
38 autosave = true
39
40 # Networks to connect to on startup. Seperate by semicolons
41 autoconnect = admin
42 # autoconnect = admin;irc.oftc.net;irc.freenode.net;
43 #
44 # Automatically set AWAY after a certain period of time
45 #auto-away-enable = true
46 #auto-away-message = I'm currently away, sorry!
47 #auto-away-time = 300 # in seconds
48
49 # Irssi-style logging
50 #logging = irssi
51 #logfile = /home/jelmer/tmp/ctrlproxy
52 #
53 #[OFTC]
54 #nick = jelmer
55 #autojoin = #bitlbee
56 #servers = irc.oftc.net
57 #
58 #[Freenode]
59 #nick = jelmer
60 #autojoin = #ctrlproxy;#bla
61 #servers = irc.freenode.net