summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/markov.rb
AgeCommit message (Expand)Author
2009-01-22+ (reply) config option to force reply to querySimon Hafner
2009-01-22* (plugins) changed to the new reply schema (:nick)Simon Hafner
2008-08-08markov plugin: always plain replies when chipping inGiuseppe Bilotta
2008-08-06markov plugin: don't echo a line a line that is just a substring of the input...Giuseppe Bilotta
2008-08-06markov plugin: configurable maximum number of wordsGiuseppe Bilotta
2008-08-06markov plugin: use symbol when deleting obsolete config keyGiuseppe Bilotta
2008-08-03markov plugin: add ability to ignore channels and not just single usersGiuseppe Bilotta
2008-07-03markov plugin: don't raise if seed message doesn't have enough wordsGiuseppe Bilotta
2008-06-30* markov: lowered the priority of the learning threaddmitry kim
2008-06-30+ markov: sleep() some in the learning threaddmitry kim
2008-06-25markov plugin: use plain messageGiuseppe Bilotta
2008-06-25markov plugin: do learning in one thread, instead of threading for each messageYaohan Chen
2008-04-07+ use the message() delegate instead of listen() when possibleGiuseppe Bilotta
2008-03-22markov plugin: thread markov chain construction and use in listen()Giuseppe Bilotta
2008-03-22markov plugin: small optimization for markov chains contructionsGiuseppe Bilotta
2008-03-22markov plugin: remove @lastline cruftGiuseppe Bilotta
2008-02-14markov plugin: markov probability <chance> wasn't working correctlyGiuseppe Bilotta
2008-02-13markov plugin: move settings to @bot.configGiuseppe Bilotta
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 c...Giuseppe Bilotta
2007-08-29timers: get rid of useless data passing to timer actions.Giuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
2007-02-10markov plugin: upgrade ignores to new IRC frameworkGiuseppe Bilotta
2006-06-02fixed #85, made "chat about" more reliable by trying to avoid two word sentencesAlexander Beisig
2006-01-04from #32Tom Gilbert
2005-12-10supplied in #53Tom Gilbert
2005-10-13close #38 for realTom Gilbert
2005-10-13close #38Tom Gilbert
2005-10-13various outstanding changesTom Gilbert
2005-09-28roll out that one changeTom Gilbert
2005-09-28apply patch and close #37 and #33Tom Gilbert
2005-09-07tweaking the markov plugin a littleTom Gilbert
2005-08-12oops, mustn't override cleanupTom Gilbert
2005-08-08new plugin for markov-chain chat inanity :)Tom Gilbert