summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2008-02-13factoids plugin: factoids.not_triggers to prevent common words from becoming ↵Giuseppe Bilotta
triggers
2008-02-13url plugin: output link info with m.plainreplyGiuseppe Bilotta
Link info should be directed to the whole channel, not only the user that triggered it; use m.plainreply instead of m.reply so that core.reply_with_nick = true is ignored.
2008-02-13markov plugin: insert standard plugin headerGiuseppe Bilotta
2008-02-13markov plugin: update helpGiuseppe Bilotta
2008-02-13markov plugin: display current probability when {{{markov probability}}} is ↵Giuseppe Bilotta
called without a parameter
2008-02-13url plugin: strip final characters from URL when we get 404, in case it was ↵Giuseppe Bilotta
due to trailing punctuation
2008-02-13factoids plugin: be silent when learning factoids from chat, with option to ↵Giuseppe Bilotta
provide feedback
2008-02-13factoids plugin: actually learn new keywords when learning new factoidsGiuseppe Bilotta
2008-02-13factoids plugin: draft 'listen and learn' processGiuseppe Bilotta
2008-02-13factoids plugin: don't be too verbose when learning factsGiuseppe Bilotta
2008-02-13factoids plugin: add have and do in trigger_patternGiuseppe Bilotta
2008-02-13factoids plugin: short_fact() auxiliary (no metadata)Giuseppe Bilotta
2008-02-12factoids plugin: options to facts() method may be nil, not just emptyGiuseppe Bilotta
2008-02-11dice plugin: update file header and update it to better match rbot plugins ↵Giuseppe Bilotta
header
2008-02-11dice plugin: limit maximum sides per diceGiuseppe Bilotta
2008-02-10rss plugin: use += instead of <<, we don't want to mess with the original ↵Giuseppe Bilotta
author value
2008-02-10rss plugin: append space to author when appropriateGiuseppe Bilotta
2008-02-10rss plugin: implement and use select_nonempty to grab correct category and ↵Giuseppe Bilotta
author fields
2008-02-10rss plugin: add 'git' feed typeGiuseppe Bilotta
2008-01-30grouphug.rb: apply patch (#170) from tarpman to adjust to new grouphug page ↵Yaohan Chen
format
2008-01-20url plugin: check the canonical name, the IP address, and any known aliases ↵Giuseppe Bilotta
against no_info_hosts
2007-12-31wheelfortune plugin: helpGiuseppe Bilotta
2007-12-31lastfm plugin: update event parsingGiuseppe Bilotta
2007-12-24factoids plugin: split facts output at the -- joinerGiuseppe Bilotta
2007-12-24factoids plugin: 'facts about' searches whole words, 'facts search' uses ↵Giuseppe Bilotta
regular expressions, keyword-style '?' queries act like 'facts about'
2007-12-19linkbot.rb:Yaohan Chen
+ strip embedded formatting code in nicknames + update patterns when the configuration is changed
2007-12-16wheelfortune: fix 'wof cancel' commandGiuseppe Bilotta
2007-12-13remotectl: what's action_path? when in doubt, expungeGiuseppe Bilotta
2007-12-13rss: rss rewatch now accepts an optional handle to force rewatching that ↵Giuseppe Bilotta
particular feed
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-04rss plugin: display author if present in default formatGiuseppe Bilotta
2007-12-04azgame plugin: whitespace cleanupGiuseppe Bilotta
2007-12-03salut plugin: only reply to salutations in unreplied messagesGiuseppe Bilotta
2007-11-29* (plugins/rss) maintain refresh timeouts through restarts/rescansDmitry Kim
2007-11-29rss plugin: manageable permissions and defaultsGiuseppe Bilotta
2007-11-29rss plugin: calculate item_uid_for_bot() on Atom feeds without breakingGiuseppe Bilotta
2007-11-28rss plugin: help for 'who watches'Giuseppe Bilotta
2007-11-28rss plugin: initial support for Atom feeds (needs Ruby's rss module 0.1.8 or ↵Giuseppe Bilotta
later)