summaryrefslogtreecommitdiff
path: root/data/rbot
AgeCommit message (Expand)Author
2007-02-18nickserv plugin: previous commit had a line wrongGiuseppe Bilotta
2007-02-18nickserv plugin: export information on current identification statusGiuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
2007-02-18nickserv plugin: better nickname recovery handlingGiuseppe Bilotta
2007-02-17bans plugin: fix badword regular expression creationGiuseppe Bilotta
2007-02-16quiz plugin: remove debug stuffGiuseppe Bilotta
2007-02-16quiz plugin: sometimes cmd_hint was not busting even when it should haveGiuseppe Bilotta
2007-02-16 * Fixed roshambo (the bot would always tie if it picked scissors)Chris Gahan
2007-02-16keywords plugin: more fixes to 'reply-on-question' codeGiuseppe Bilotta
2007-02-15autoop plugin: auto-opping on nick change can now be disabledGiuseppe Bilotta
2007-02-15remind plugin: one-shot reminders gave a reminder time with an extra period a...Giuseppe Bilotta
2007-02-15New unreplied() method for plugins that want to handle PRIVMSGs unreplied by ...Giuseppe Bilotta
2007-02-15autoop plugin: make it work again when no channel is specifiedGiuseppe Bilotta
2007-02-15More minor plugin optimizationsGiuseppe Bilotta
2007-02-14Modernize/optimize/cleanup a bunch of pluginsGiuseppe Bilotta
2007-02-14shortenurls plugin, merging tinyurl and rubyurl and adding access to most of ...Giuseppe Bilotta
2007-02-14lart pluing: use plugin.map instead of plugin.registerGiuseppe Bilotta
2007-02-13quiz plugin: quiz refresh command to refresh the question pool for the curren...Giuseppe Bilotta
2007-02-13quiz plugin: QuizAnswer class to wrap quiz answers, including information abo...Giuseppe Bilotta
2007-02-13quiz plugin: multiple answers allowed per questions, patch from Yaohan Chen, ...Giuseppe Bilotta
2007-02-12quiz plugin: more UTF-8 workarounds while we wait for Ruby 2.0Giuseppe Bilotta
2007-02-11quiz plugin: initial support for unicode (UTF-8) answersGiuseppe Bilotta
2007-02-10rss plugin: spam log lessGiuseppe Bilotta
2007-02-10markov plugin: upgrade ignores to new IRC frameworkGiuseppe Bilotta
2007-02-10No we aren't. Fix devoiceme. Thanks KamuGiuseppe Bilotta
2007-02-10Ahem. Rename usermodes plugin to modes plugin :D. Are we done with this yet?Giuseppe Bilotta
2007-02-10Rename op plugin to usermodesGiuseppe Bilotta
2007-02-10op plugin: fix hop and add voiceGiuseppe Bilotta
2007-02-10op plugin: add half-op commands (hop). Also, previous contribution was miscre...Giuseppe Bilotta
2007-02-10op plugin: also provide a deop command. Thanks to Yaohan ChenGiuseppe Bilotta
2007-02-10quiz plugin: online and on-disk sources can now be customizedGiuseppe Bilotta
2007-02-08rss plugin: rss watch improvements: can now specify the channel when creating...Giuseppe Bilotta
2007-02-08Japanese language support, thanks to Yaohan ChenGiuseppe Bilotta
2007-02-07Rubify ugly unhilight_nick codeGiuseppe Bilotta
2007-02-07quiz plugin: dottification of nicks made optional, defaults to trueGiuseppe Bilotta
2007-02-06Enhance Utils tools to get first pars, allowing an option to strip an initial...Giuseppe Bilotta
2007-02-06dict plugin: options to set number of hits and first_pars which will be displ...Giuseppe Bilotta
2007-02-06Move code to get first par from a series of urls from search plugin to Utils,...Giuseppe Bilotta
2007-02-06Move code to find and ircify first par from search plugin to utilsGiuseppe Bilotta
2007-02-06Move extensions to standard classes into a specific extends.rb util moduleGiuseppe Bilotta
2007-02-06Suppress a couple of warningsGiuseppe Bilotta
2007-02-06Create an utils subdir in core, which will store all utility files that can b...Giuseppe Bilotta
2007-02-06Minor fix for english salutationGiuseppe Bilotta
2007-02-06salut plugin: try to reply in the same language we've been addressedGiuseppe Bilotta
2007-02-06salut plugin: don't respond to salutations when changing the configurationGiuseppe Bilotta
2007-02-05rss plugin: the refresh rate of each rss can be set independently of the glob...Giuseppe Bilotta
2007-02-05rss plugin: add command to change the handle or url or type of an existing feedGiuseppe Bilotta
2007-02-05azgame plugin: acceptable strings are defined per-language nowGiuseppe Bilotta
2007-02-05rss plugin: only parse feeds when xml changed. also, the xml is now saved to ...Giuseppe Bilotta
2007-02-05linkbot plugin: nick/network catchers were not greedy enoughGiuseppe Bilotta