summaryrefslogtreecommitdiff
path: root/conf/example.conf
blob: 6a1ca9fef7e636380e24e8ebd457bcd51c5e38e9 (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
[irc]
server = irc.freenode.net
port = 6667
channels = #keryx
nick = Timber

# This your nick identification password
password = testing

# Comma separated list of owner nicks
owners = excid3

[log]
# Location to store the logs
folder = logs
# Location of the stylesheet
stylesheet = conf/stylesheet.css

[format]
join = -!- <span class="join">%user%</span> [%host%] has joined %channel%
kick = -!- <span class="kick">%user%</span> was kicked from %channel% by %kicker% [%reason%]
mode = -!- mode/<span class="mode">%channel%</span> [%modes% %person%] by %giver%
nick = <span class="nick">%old%</span> is now known as <span class="nick">%new%</span>
part = -!- <span class="part">%user%</span> has parted %channel%
pubmsg = <span class="person">&lt;%user%&gt;</span> %message%
pubnotice = <span class="notice">-%user%:%channel%-</span> %message%
quit = -!- <span class="quit">%user%</span> has quit [%reason%]
topic = <span class="topic">%user%</span> changed topic of <span class="topic">%channel%</span> to: %topic%