0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jan 25, 2025 — Jan 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
alias.rb: revert previous commit about creating path since mkdir_p only creates directory if it does not exist More... about 18 years ago
rbot should default to the debug level used by ruby More... about 18 years ago
alias plugin: don't create data path if it already exists More... about 18 years ago
lart plugin: fix listlart/praise logic More... about 18 years ago
Improved inspect methods all around More... about 18 years ago
New Irc Framework: methods to convert channel user modes (op, voice, etc) from mode (o, v, ...) to prefix (@, +, ...) and back More... about 18 years ago
New Irc Framework: fix channel creation when topic=nil More... about 18 years ago
factoids plugin: echo the newly learned fact More... about 18 years ago
factoids plugin: tell the user the index of the fact when refusing to learn something we know already More... about 18 years ago
translator.rb: display translation provider when it's chosen automatically More... about 18 years ago
alias.rb: help message for aliases show alias definitions More... about 18 years ago
factoids plugin: no need to prepend 'learnt' to metadata More... about 18 years ago
keywords plugin: keyword wipe command to remove unforgettable keywords More... about 18 years ago
factoids plugin: actually output metadata in long form of Factoid#to_s More... about 18 years ago
keywords plugin: simpler forget code More... about 18 years ago
keywords plugin: inform the user when a keyword couldn't be deleted because it wasn't found More... about 18 years ago
factoids plugin: command to forget a fact by index rather than text More... about 18 years ago
factoids plugin: display (selected, random) multiple facts in a single line, but in long form More... about 18 years ago
factoids plugin: move meta display into Factoid#to_s More... about 18 years ago
factoids plugin: display multiple facts one per line, but only a limited number of them More... about 18 years ago
extends: Arraydata/rbot/plugins/factoids.rbdelete_one to remove a random element from an array More... about 18 years ago
factoids plugin: mark factoids as changed after factfile import More... about 18 years ago
factoids plugin: factfile import More... about 18 years ago
factoids plugin: ensure that edited metadata is properly saved, and check for parseable dates More... about 18 years ago
factoids plugin: fact metadata editing More... about 18 years ago
factoids plugin: output fact numbers prefixed by a pound sign (#), and accept it in index parameter More... about 18 years ago
factoids plugin: tell fact metadata, if present More... about 18 years ago
factoids plugin: retrieve fact by index More... about 18 years ago
factoids plugin: default auth_path for fact editing More... about 18 years ago
keywords plugin: when exporting to factoids, split at ' or ' More... about 18 years ago