dbot
dbot copied to clipboard
IRC bot of the 21st century.
On networks that have cloaks (for example, freenode), if somebody hasn't set their client up right, you get something like this: ``` [00:00] --> foo joined #channel ([email protected]) [00:00] foo...
Allow users (probably moderators) to specify regular expressions that will automatically add matching lines to a specified quote category.
Find a URL shortener (or make and OAOSIDL one) with a nice open JSON API which we can a) create a ~shorten command and b) create a shorten API function...
It is forseen that some module APIs will grow to a large size and could possibly benefit from grouping its various functions in to smaller categories, thus it could be...
The bot should perform levenshtein distance calculations on category names that initially yield no results.
Implement the IRC werewolf game as a DBot module http://en.wikipedia.org/wiki/Mafia_(party_game) http://javatwg.sourceforge.net/
Create a module which allows people to chat in an IRC room from the depressionbot web interface.
Share useful functions between modules via a form of library module with an API. dbot.api.lib.usefulFunction()
I was thinking of creating a module which does the following: 1. Adds a hook to ~qadd, which scans the new additions to the quotes for definitions like "Sam is...
So, I want to make real AJAX and HTML search pages for profiles / quotes. We can then make an OpenSearch descriptor (http://www.opensearch.org/Specifications/OpenSearch/1.1/Draft_5) and the Chrome/Firefox omnibox should be able...