summaryrefslogtreecommitdiff
path: root/conf/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/example.conf')
-rw-r--r--conf/example.conf21
1 files changed, 18 insertions, 3 deletions
diff --git a/conf/example.conf b/conf/example.conf
index cc2a4e2..099ab9d 100644
--- a/conf/example.conf
+++ b/conf/example.conf
@@ -1,11 +1,26 @@
[irc]
-network = irc.freenode.net
+server = irc.freenode.net
port = 6667
channels = #keryx
nick = Timber
-password =
+
+# This your nick identification password
+password = testing
+
+# Comma separated list of owner nicks
owners = excid3
[log]
+# Location to store the logs
folder = logs
-stylesheet = file:///C:\Users\Chris Oliver\Desktop\logbot\conf\stylesheet.css
+# 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%
+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%] \ No newline at end of file