summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/games
AgeCommit message (Collapse)Author
2008-03-04Unixify all line endings.Giuseppe Bilotta
Some files had DOS-style line endings. Change all of them to Unix-style.
2008-02-14wheelfortune plugin: suppress some warningsGiuseppe Bilotta
2007-12-31wheelfortune plugin: helpGiuseppe Bilotta
2007-12-16wheelfortune: fix 'wof cancel' commandGiuseppe Bilotta
2007-12-11wheelfortune: wof replace mechanism to fix the category, clue and/or answer ↵Giuseppe Bilotta
of a QA not yet announced
2007-12-11wheelfortune: rework replies to QA additions, providing the round number at ↵Giuseppe Bilotta
which the clue will be given
2007-12-11wheelfortune: spare one line when announcingGiuseppe Bilotta
2007-12-07wheelfortune: start checking permissionsGiuseppe Bilotta
2007-12-07wheelfortune: the name of the game chosen by the player is stored for future ↵Giuseppe Bilotta
retrieval
2007-12-07wheelfortune: vowels must now be boughtGiuseppe Bilotta
2007-12-07wheelfortune: some work on presentationGiuseppe Bilotta
2007-12-07wheelfortune: say when there are no scoresGiuseppe Bilotta
2007-12-06wheelfortune: allow the game name to be customizedGiuseppe Bilotta
2007-12-06wheelfortune: display round count on cancelGiuseppe Bilotta
2007-12-06wheelfortune: multiple fixesGiuseppe Bilotta
2007-12-06wheelfortune: it's chan, not p[:chan]Giuseppe Bilotta
2007-12-06wheelfortune: Wheel-of-Fortune game plugin. Initial commitGiuseppe Bilotta
2007-12-04azgame plugin: whitespace cleanupGiuseppe Bilotta
2007-11-23shiritori.rb: use normalize-japanese.rb, if present, to allow katakanaYaohan Chen
2007-11-01azgame plugin: better handling of late checksGiuseppe Bilotta
2007-10-31azgame: another missing parenthesisGiuseppe Bilotta
2007-10-30azgame: longer timeout when checking italian wordsGiuseppe Bilotta
2007-10-29azgame: thread word check so that online checking doesn't blockGiuseppe Bilotta
2007-10-21azgame: missing closing parenthesis in messageGiuseppe Bilotta
2007-10-21azgame: fix score calculationGiuseppe Bilotta
2007-10-04quiz plugin: split top N tables at the name divisorGiuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-08-26shiritori plugin: suppress warningGiuseppe Bilotta
2007-08-26Call 'super' method from #cleanup() in all pluginsGiuseppe Bilotta
2007-08-01* fixed a typo in a message in shiritoriYaohan Chen
* regenerated messages
2007-07-17* (games/roulette) twice-in-a-row logic was very, very broken.Dmitry Kim
2007-07-15gettextized two messages in azgame missed in the previous revisionYaohan Chen
edited Japanese translation
2007-07-14modified azgame to use gettextYaohan Chen
added Japanese translation for azgame
2007-07-10added the data directory for searching translatable source filesYaohan Chen
marked translatable strings for shiritori and dictclient plugins added Japanese translation for shiritori
2007-04-12roulette plugin: clear() players' array instead of instantiating a new oneGiuseppe Bilotta
2007-04-12Module\#define_structure method: define a new Struct only if doesn't exist ↵Giuseppe Bilotta
already or if the attribute list changed
2007-04-11use pretty printing with Logger (debug, info, warning and error messages)Giuseppe Bilotta
2007-04-08plugins: use CGI.escape instead of URI.escape where appropriate, remove some ↵Giuseppe Bilotta
checks for InvalidURIs that don't make sense anymore, irficy some more html
2007-04-07roulette plugin: disable 'twice in a row' shooting, with option to re-enable itGiuseppe Bilotta
2007-04-04fix "warning: don't put space before argument parentheses"Tom Gilbert
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
processing + (httputil) post support, partial request support, other features - (httputil) removed partial_body() and get_cached() [merged into get()] * (plugins/, utils) minimal changes to accomodate for the new http_utils * (utils, ircbot) moved utils initialization into utils.rb * (tube.rb) (partially) accomodate for upstream site layout changes
2007-03-20shiritori plugin: only load rulesets on requestGiuseppe Bilotta
2007-03-16Plugins: move games into their own directoryGiuseppe Bilotta