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 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/example.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% -- cgit v1.2.3-54-g00ecf