summaryrefslogtreecommitdiff
path: root/conf/example.conf
blob: 4289321f892ff4d27e241a3919350d0f0e2a729f (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
[irc]
server = irc.freenode.net
port = 6667
server_password = password
channels = #excid3

nick = Timber
nick_password = password

# 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> [%host%] has parted %channel%
pubmsg = <span class="person" style="color:%color%">&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%
action = <span class="person" style="color:%color%">* %user% %action%</span>
help = Check out http://excid3.com