Tad Thorley

A CSS Plugin

I got a positive response from posting my last rbot plugin, so I've decided to post my second rbot plugin too. As a web developer, I thought a css plugin would be nice. It gives quick access to attribute info when you are in IRC. For instance, I have a hard time remembering the options for "background". I could either pass "background" to get the information for that attribute or "background*" (a regular expression) to get a list of the background attributes (a match for the regular expression).

Download the rbot css plugin.

Enjoy!

CSS Reference

background-image: url(bg.gif);