From 0ab04a77e7edb63bd87889a4361549ef554a96d6 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Sat, 13 Feb 2010 17:37:58 -0600 Subject: Fixed up the bot a ton, rewrote it from scratch --- conf/example.conf | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'conf/example.conf') 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 = -!- %user% [%host%] has joined %channel% +kick = -!- %user% was kicked from %channel% by %kicker% [%reason%] +mode = -!- mode/%channel% [%modes% %person%] by %giver% +part = -!- %user% has parted %channel% +pubmsg = <%user%> %message% +pubnotice = -%user%:%channel%- %message% +quit = -!- %user% has quit [%reason%] \ No newline at end of file -- cgit v1.2.3-54-g00ecf