blob: 466fb37d0541e740ce1d084abde4560b439d266c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# blabouncer configuration file
# Entries must be in the form:
# option name, space, equals sign, space, double quote, option value, double quote
# e.g.
# realname = "Mr Bla Bouncer"
nick = "blabounce"
username = "blabounce"
realname = "Mr Bla Bouncer"
# How many seconds of replay log should be sent to connecting clients
replayseconds = "7200"
# Connect password clients must provided to connect
password = "bananas"
# Port the bouncer should listen on
clientport = "1234"
# Real IRC server the bouncer connects to
ircserver = "irc.blatech.net"
# Real IRC server port
ircserverport = "6667"
|