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 ++++++++++++++++++--- conf/stylesheet.css | 10 ++++++++-- 2 files changed, 26 insertions(+), 5 deletions(-) (limited to '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 diff --git a/conf/stylesheet.css b/conf/stylesheet.css index 6842b73..17318bd 100644 --- a/conf/stylesheet.css +++ b/conf/stylesheet.css @@ -4,12 +4,18 @@ body { font-size: 13px; } -.time { +h1 { + font-family: sans-serif; + font-size: 24px; + text-align: center; +} + +a, .time { color: #525552; text-decoration: none; } -.time:hover { text-decoration: underline; } +a:hover, .time:hover { text-decoration: underline; } .person { color: #DD1144; } -- cgit v1.2.3-54-g00ecf