blob: de08113e1282b8c010a2873234efe7557d1ef9c6 (
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
|
plugins = Plugin::Titillate, Plugin::Admin, Plugin::Ping
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 = %
# URL stuff
url_len = 0
|