Plugins :: qdb
| Plugin: | qdb (created: 2008-03-12, modified: 2008-03-12) |
|---|---|
| Summary: | fetches a qdb.us quote by id |
| Author: | unfo |
| Description: | Uses hpricot to open a single quote from qdb.us and prints it to the channel/query if quote is less-or-equal to 5 lines in length otherwise prints the url for the quote. |
| Installation Instructions: | requires the hpricot gem. Just copypaste to .rbot/plugins and then rescan |
Versions
| Version | Created | Changelog | Link |
|---|---|---|---|
| 0.3 | Changed the hard coded number 5 to obey rbot's configuration. | Download | |
| 0.2 | 1) Removed requirement for open-uri 2) Changed open(url) to @bot.httputil.get(url) to be more compliant with other rbot plugins 3) Added the :thread => yes option to plugin.map to avoid locking the bot whilst retrieving data over http | Download | |
| 0.1 | Initial version. | Download |