summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2008-06-24spell plugin: spell program is a config optionGiuseppe Bilotta
2008-06-24Follow pagination of resultsSpencer RInehart
2008-06-24lastfm plugin: tries to parse the current station. will show just listened ↵Casey Link
track if real time data isn't there.
2008-06-24dict.rb plugin: fixes the oxford parser so it doesn't spit out a bunch of ↵Casey Link
extra crap before: [13:45:29] <insanity> fruitful: adjective 1 producing much fruit; fertile. 2 producing good results; productive. DERIVATIVES fruitfully adverb fruitfulness noun. Perform another search of the Compact Oxford English Dictionary About this dictionary The Compact Oxford English Dictionary of Current English contains 145,000 words, phrases, and definitions. Find out more about Oxford's range of English dictionaries Sign up for the AskOxford Word of... after: [13:58:36] <VanGogh> fruitful: adjective 1 producing much fruit; fertile. 2 producing good results; productive. DERIVATIVES fruitfully adverb fruitfulness noun.
2008-06-23Urban can now grab the first page of definitions.Spencer RInehart
2008-06-23Properly find out the available fortune categories.Diego 'Flameeyes' Pettenò
Instead of hardcoding the fortune categories path, ask fortune itself to report which categories you can get the quotes from. This fixes the fortune plugin on Gentoo for instance where the databases are installed in /usr/share/fortune rather than /usr/games/share/fortune.
2008-06-21lastfm plugin: default to current nick for lookupsGiuseppe Bilotta
2008-06-21lastfm plugin: no need to specify a username for functions that act on a ↵Casey Link
user. fixed help too.
2008-06-21lastfm plugin: users can now associate their lastfm username with their irc ↵Casey Link
nickname, and 'lastfm' by itself will retunr the now playing tracks
2008-06-21lastfm plugin: added now playing info to the helpCasey Link
2008-06-21lastfm plugin: Added now playing commandCasey Link
2008-06-21figlet plugin: font is now a config valueGiuseppe Bilotta
2008-06-21figlet plugin: utf-8Giuseppe Bilotta
2008-06-21figlet plugin: ignore max_linesGiuseppe Bilotta
2008-06-21figlet plugin: be informative when figlet wasn't foundGiuseppe Bilotta
2008-06-20made the time plugin have more pretty output, show real timezone abbr. ↵Ian Alexander Monroe
instead of "UTC" all the time
2008-06-20grouphug plugin: tweak regex so it captures confessions with newlines properlyCasey Link
2008-06-20quotes plugin: fix helpGiuseppe Bilotta
2008-06-20quotes plugin: more localizationGiuseppe Bilotta
2008-06-20wheelfortune: typo in helpGiuseppe Bilotta
2008-06-19hl2 plugin: improve helpGiuseppe Bilotta
2008-06-19updated hl2 pluginAndrew Northall
2008-06-18* plugins/grouphug: cache the results from a page request, don't re-request ↵Casey Link
until the cache has been used up.
2008-06-17* plugins: misc warnings cleanupsdmitry kim
2008-06-12* rss.rb: use guids to check for seen itemsdmitry kim
2008-06-11help for eval and echoAdam Di Carlo
2008-06-07mark spell plugin for gettextYaohan Chen
2008-06-01mark translatable strings in nickserv.rb, po updateYaohan Chen
2008-05-29shortenurls plugin: get rid of WWW:: namespace entirelyGiuseppe Bilotta
2008-05-20botsnack plugin: help: it's @bot.nick, not @nickGiuseppe Bilotta
2008-05-20botsnack plugin: restore 0.9.10 code now that reply_with_nick has been fixedGiuseppe Bilotta
2008-05-20Revival of botsnack functionality as a pluginJan Wikholm
The botsnack functionality which was in rbot 0.9.10 core has now been resurrected with love as a plugin. Show your bot some love!
2008-05-15fish plugin: fix text translation after babelfish moved to Yahoo, and ↵Giuseppe Bilotta
disable non-working URL translation
2008-05-15fish plugin: fix text translation after babelfish moved to Yahoo, and ↵Giuseppe Bilotta
disable non-working URL translation
2008-04-29seen plugin: use case instead of ifs, and clean up a littleGiuseppe Bilotta
2008-04-29seen plugin: fix seen data for nick changeGiuseppe Bilotta
2008-04-21uno plugin: most commands should only trigger after the game has startedGiuseppe Bilotta
2008-04-21uno plugin: only allow to pick a color after a wildGiuseppe Bilotta
2008-04-19rss plugin: return from select_nonempty() as soon as nonempty is foundGiuseppe Bilotta
Don't map over all parameters, because some parameters might not respond to empty?. Also, it's unnecessarily slow. Just return as soon as we found a nonempty parameter.
2008-04-15script plugin: report_error() methodGiuseppe Bilotta
2008-04-14uno plugin: more helpGiuseppe Bilotta
2008-04-14uno plugin: initialize top10 counter both for inline and spread listsGiuseppe Bilotta
2008-04-14uno plugin: command to transfer game ownershipGiuseppe Bilotta
2008-04-14uno plugin: game starter how has temporary full uno::manage permissions for ↵Giuseppe Bilotta
the game
2008-04-14uno plugin: cleanly end all games on cleanup()Giuseppe Bilotta
2008-04-14uno plugin: clean up game management permissionsGiuseppe Bilotta
2008-04-14youtube plugin: update filters to new YouTube layoutGiuseppe Bilotta
2008-04-14uno plugin: remove completed TODOsGiuseppe Bilotta
2008-04-12+ delegate notice() for NoticeMessageGiuseppe Bilotta
2008-04-12uno plugin: top scores and winsGiuseppe Bilotta