# Example RC file for ctrlproxy
# Read the documentation for more information about specifics
# Please adapt to your needs!

[global]

# Replication mechanism to use (some other IRC proxies call this backlog)
# Possible values: none, simple, highlight, lastdisconnect
# Meanings:
# 	none: No backlog
# 	simple: Send backlog since the user last said something
# 	lastdisconnect: Send backlog since the users' last disconnect
# 	highlight: Send backlog since last connect, but only lines 
# 			   containing 'matches' (see below)
replication = none

# Override motd-file location
#motd-file = /tmp/my-motd

# Prepend all lines with the time a line was received when replicating
report-time = false

autosave = true

# Networks to connect to on startup. Seperate by semicolons
autoconnect = admin
# autoconnect = admin;irc.oftc.net;irc.freenode.net;

# Support for interfacing to ctrlproxy 
# using /MSG ctrlproxy or /CTRLPROXY -->
[admin]

# Irssi-style logging
[log-irssi]
# logfile = /home/jelmer/tmp/ctrlproxy

# Work as a socks proxy
#[socks]
#port = 8800
#allow = jelmer:secret, foo:bar

# Make sure messages are not sent too fast after each other 
# (prevents being kicked by the server for 'Excess flooding'
#[antiflood]

# Automatically set AWAY after a certain period of time
#[auto-away]
#message = I'm currently away, sorry!
#time = 300 # in seconds

#[nickserv]
# Learn new nickserv user/password combinations by interpreting traffic to server
#learn = true

#[listen]
# Listen for network connections start port 6667
# auto = true
# autoport = 6667
