Add --python option to ctrlproxy-admin.
[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=57000
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 ## Whether or not to automatically connect to a network if a client requests
38 ## a connection. If disabled, it is only possible to connect to networks 
39 ## listed in the configuration
40 ## create-implicit = true
41
42 ## Save state to configuration file on exit
43 autosave = true
44
45 ## Networks to connect to on startup. Seperate by semicolons
46 autoconnect = admin
47 # autoconnect = admin;irc.oftc.net;irc.freenode.net;
48 #
49 ## Automatically set AWAY after a certain period of time
50 #auto-away-enable = true
51 #auto-away-message = I'm currently away, sorry!
52 #auto-away-time = 300 # in seconds
53
54 ## Irssi-style logging
55 #logging = irssi
56 #logfile = /home/jelmer/tmp/ctrlproxy