blob: 4dba20b9679c6e4f0a6307b89e474315780b9b1d (
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
26
27
28
29
30
31
|
plugins = [ Plugin::Autojoin, 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
ignore = [trumpetbot, abusiveuser]
password = pleffquiffle
user = nobody
group = nobody
prefix_nick = 1
prefix = %
log_debug = 0
[Plugin::Autojoin]
channels = [ #saxtalk, #bot ]
[Plugin::Admin]
admins = [ snargle!~kleg@glarg.example.com ]
must_id = 1
quit_msg = Goodbye!
[Plugin::Titillate]
triggers = { 'sa+x' => 'π· ', 'trumpet' => 'πΊ ', 'snake' => 'π ' }
[Plugin::URL_Title]
url_len = 0
|