summaryrefslogtreecommitdiff
path: root/data/rbot
AgeCommit message (Collapse)Author
2006-10-27Try to read old language-agnostic lart/praises if language-specific ones are ↵Giuseppe Bilotta
not found
2006-10-25template directory cleanup: with the new auth, levels and users files are ↵Giuseppe Bilotta
not needed anymore
2006-10-25new weather plugin that uses weatherunderground.com mobile interface. can be ↵Giuseppe Bilotta
called with station code or location. doesn't remember last location (yet)
2006-10-25Renamen demauro to dict, add chambers dictionaryGiuseppe Bilotta
2006-10-25Add support for British English via OxfordGiuseppe Bilotta
2006-10-25demauro plugin: add some introductory commentGiuseppe Bilotta
2006-10-25demauro plugin: add is_italian? method (for use by other plugins)Giuseppe Bilotta
2006-10-25When contacted in private, quiz plugin now uses 'private' as a key instead ↵Giuseppe Bilotta
of its nick as it did before. This ensure consistent scoring even when the bot changes nick
2006-10-25Minor quiz cleanupsGiuseppe Bilotta
2006-10-24Initial implementation of proper caching based on last-modified and etag ↵Giuseppe Bilotta
HTTP headers
2006-10-24Whitespace cleanup in url.rbGiuseppe Bilotta
2006-10-24Trap a possible exception when getting URL titles, even though nothing is ↵Giuseppe Bilotta
actually done to handle it
2006-10-23keyword plugin whitespace cleanup and implement --from option in keyword ↵Giuseppe Bilotta
search when you want more results than the first keyword.search_resuts
2006-10-23Make rubyurl more strict about URLs to be shortenedGiuseppe Bilotta
2006-10-23Don't require rubygems for rubyurlGiuseppe Bilotta
2006-10-23Make sure the bot doesn't tell to itselfGiuseppe Bilotta
2006-10-23stupid typo in keywords forgetGiuseppe Bilotta
2006-10-23Roulette plugin now allows spinning the cylinder, with an option to ↵Giuseppe Bilotta
automatically do it at the butlast shot (defaults to true); the bot can also kick shot players (defaults to false)
2006-10-20dice plugin now acts on 'roll' too, and it uses the nickreply method. Fix ↵Giuseppe Bilotta
ticket #66
2006-10-19Update threat plugin to new DHS site layout, and make it more robustGiuseppe Bilotta
2006-10-18Only show 1 RSS item when 1 RSS item is askedGiuseppe Bilotta
2006-10-18Fix the no-date bug the right wayGiuseppe Bilotta
2006-10-18Minor aesthetical fixupGiuseppe Bilotta
2006-10-18Fix an issue with RSS feeds having no itemDateGiuseppe Bilotta
2006-10-17Hopefully made the babelfish plugin a bit more robustAlexander Beisig
2006-10-17salut plugin: handles multi-lingual salutations (hello/goodbye)Giuseppe Bilotta
2006-10-15Use the new Utils.safe_save to save quotefiles and larts/praises. Also adapt ↵Giuseppe Bilotta
quotes plugin to the new Irc framework
2006-10-15Some italian larts/praisesGiuseppe Bilotta
2006-10-15Make the lart plugin use language-specific lart/praisesGiuseppe Bilotta
2006-10-15autorejoin after a random time between 0 and 10, instead of fixed 10Giuseppe Bilotta
2006-10-15More italian.lang stuffGiuseppe Bilotta
2006-10-15Add italian language translationsGiuseppe Bilotta
2006-10-15When searching Wikipedia, strip 'Wikipedia, the free encyclopedia' from titlesGiuseppe Bilotta
2006-10-15Refine urban plugin output with bold, reverse and underline. If it's too ↵Giuseppe Bilotta
much, we'll spartanize.
2006-10-15Totally reworked urban dictionary plugin to use WAP. Much faster, much ↵Giuseppe Bilotta
cleaner, doesn't need any fancy package
2006-10-14Add Wikipedia searching to the search pluginGiuseppe Bilotta
2006-10-14Rename google plugin back to search in preparation for wikipedia supportGiuseppe Bilotta
2006-10-14Take advantage of Google WAP/WML interfaceGiuseppe Bilotta
2006-10-14Minor tuning for demauroGiuseppe Bilotta
2006-10-14Make use of Utils.decode_html_entitiesGiuseppe Bilotta
2006-10-14Update demauro plugin to use the WAP interface: much better, much fasterGiuseppe Bilotta
2006-10-13Fine tune url pluginGiuseppe Bilotta
2006-10-10Extended the opme plugin into a more general op plugin. Functionality is the ↵Mark Kretschmann
same, but you can additionally op someone else. The old opme command was also kept for backwards compatibility.
2006-09-21Further cleanups and uniform variable naming. Implement topic undoGiuseppe Bilotta
2006-09-21Cleanup topic plugin. When setting the separator, only reset the topic if ↵Giuseppe Bilotta
there weren't any changes
2006-09-20Bugfix for the quiz plugin: With newly created games (no scores yet known) ↵Mark Kretschmann
the rank table handling would not work correctly. Effectively no player would be able to surpass the first player. This is now fixed.
2006-09-20Quiz plugin: Improve error handling.Mark Kretschmann
2006-09-09Adapt opme plugin to new auth frameworkGiuseppe Bilotta
2006-09-06No-parameter commands in the topic plugin weren't recognized anymore. Fix itGiuseppe Bilotta
2006-09-04Fix regression in the quiz plugin: The same winning messages would be ↵Mark Kretschmann
repeated over and over again.