blob: 428b5eb7144126d3865d7588846cc51a486d8e86 (
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
25
|
nick = somebot
username = bot
ircname = a bot
server = irc.example.net
port = 6667
usessl = 1
sslcert = foo.crt
sslkey = foo.key
channels = #saxtalk,#bot
ignore = trumpetbot,abusiveuser
password = pleffquiffle
admins = snargle!~kleg@glarg.example.com
must_id = 1
quit_msg = "Goodbye!"
user = nobody
group = nobody
triggers = 'sa+x' => 'π· ', 'trumpet' => 'πΊ ', 'snake' => 'π '
prefix_nick = 1
prefix = %
antiflood_on = 0
# URL stuff
url_on = 1
url_len = 0
|