index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
author | Chris Oliver <excid3@gmail.com> | 2010-02-13 19:58:38 -0600 |
---|---|---|
committer | Chris Oliver <excid3@gmail.com> | 2010-02-13 19:58:38 -0600 |
commit | 8d26131fcda2f04d4867257d020da4f0f29f1fa3 (patch) | |
tree | 0cc1a70da2fe3bbf191b20cfbed8dbab5e8d0492 /conf | |
parent | 38b5eed20a503f8c14ed168fdd3e2cb59424dcee (diff) |
-rw-r--r-- | conf/example.conf | 4 | ||||
-rw-r--r-- | conf/stylesheet.css | 2 |
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 = -!- <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% +nick = <span class="nick">%old%</span> is now known as <span class="nick">%new%</span> part = -!- <span class="part">%user%</span> has parted %channel% pubmsg = <span class="person"><%user%></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 +quit = -!- <span class="quit">%user%</span> has quit [%reason%] +topic = <span class="topic">%user%</span> changed topic of <span class="topic">%channel%</span> 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 |