summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/autoop.rb
AgeCommit message (Collapse)Author
2010-07-01autoop: Add a 'seed' command that makes sure current ops in a channel will ↵David Gadling
be autoopped. There's also a config item (autoop.seed_format) that lets you control how much, if any of a users hostmask is globbed.
2010-07-01autoop: Add a 'restore' command that will op anybody that would be autooped.David Gadling
This goes through the list of hostmasks that would be opped in the channel, and checks to see if any of them are currently not opped. If they're not, they're opped. Nobody is ever deopped.
2008-07-06autoop plugin: stricter default permissionsGiuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-06-15autoop plugin: make the "add" command add arguments to existing settingsYaohan Chen
2007-02-15autoop plugin: auto-opping on nick change can now be disabledGiuseppe Bilotta
2007-02-15autoop plugin: make it work again when no channel is specifiedGiuseppe Bilotta
2006-08-10AutoOp now triggers on nick change tooGiuseppe Bilotta
2006-08-10Adapt AutoOp plugin to the new IRC frameworkGiuseppe Bilotta
2005-10-13various outstanding changesTom Gilbert
2005-08-12more fixesTom Gilbert
2005-08-12fix autoop pluginTom Gilbert
2005-08-11fix broken autoopTom Gilbert
2005-07-27rearrange repo for packagingTom Gilbert