summaryrefslogtreecommitdiff
path: root/etc/drunkenman.conf
blob: c01aa81c0231c22023f9e766ad52ea6ebd0854dc (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
#some comments
#are always cool

comchar="!"
rejoin=true

#to which servers should be connected on startup
connect=irc.freenode.net
freenode.net.join="#DrunkenMan"
#freenode.net.nick="TestingMan"
#freenode.net.altnicks="TestingMan2 TestingMan3"
freenode.net.nick="DrunkenMan"
freenode.net.pass="BotPasswort"
freenode.net.paranoidnick=true
freenode.net.comchar="."
freenode.net.#DrunkenMan.rejoin=true #kommentar!
#connect+=irc.mynetwork.net

#user and group IDs the bot should run with
#you can either specify the numeric ID or the name of the user/group
#this only works when run as root
UID=flo
GID=flo

#add plugins you want to be loaded right after startup here:
loadplugins=postconnect
loadplugins+=keepnick usertest rejoin
#loadplugins+=pong #since 2.1.10 DrunkenMan does pinging on his own
#...