From 8d26131fcda2f04d4867257d020da4f0f29f1fa3 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Sat, 13 Feb 2010 19:58:38 -0600 Subject: Missing ) and added nick/topic changes --- conf/example.conf | 4 +++- conf/stylesheet.css | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/example.conf b/conf/example.conf index 099ab9d..6a1ca9f 100644 --- a/conf/example.conf +++ b/conf/example.conf @@ -20,7 +20,9 @@ stylesheet = conf/stylesheet.css join = -!- %user% [%host%] has joined %channel% kick = -!- %user% was kicked from %channel% by %kicker% [%reason%] mode = -!- mode/%channel% [%modes% %person%] by %giver% +nick = %old% is now known as %new% part = -!- %user% has parted %channel% pubmsg = <%user%> %message% pubnotice = -%user%:%channel%- %message% -quit = -!- %user% has quit [%reason%] \ No newline at end of file +quit = -!- %user% has quit [%reason%] +topic = %user% changed topic of %channel% to: %topic% diff --git a/conf/stylesheet.css b/conf/stylesheet.css index 17318bd..ae84841 100644 --- a/conf/stylesheet.css +++ b/conf/stylesheet.css @@ -19,6 +19,6 @@ a:hover, .time:hover { text-decoration: underline; } .person { color: #DD1144; } -.join, .part, .quit, .kick, .mode { color: #42558C; } +.join, .part, .quit, .kick, .mode, .topic, .nick { color: #42558C; } .notice { color: #AE768C; } \ No newline at end of file -- cgit v1.2.3-54-g00ecf