summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/bans.rb
AgeCommit message (Collapse)Author
2008-06-26bans plugin: fix bans rm badword :regexpGiuseppe Bilotta
2008-06-26* plugins/bans: show the bad word message in channel before the (kick)bandmitry kim
2008-06-26* plugins/bans: fix timed bansdmitry kim
2008-06-24bans plugin: badword checks on plain messageGiuseppe Bilotta
2008-03-04Unixify all line endings.Giuseppe Bilotta
Some files had DOS-style line endings. Change all of them to Unix-style.
2007-08-26Missed some warn -> warning conversionGiuseppe 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-02-18Plugin header boilerplating.Giuseppe Bilotta
New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case. Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert.
2007-02-17bans plugin: fix badword regular expression creationGiuseppe Bilotta
2007-02-02Fix rm methods in bans pluginGiuseppe Bilotta
2007-01-30case fixes in bansGiuseppe Bilotta
2007-01-30Fix b0rkedness in bans pluginGiuseppe Bilotta
2007-01-30Better debugging when bans errors outGiuseppe Bilotta
2007-01-30Improved bans plugin, thanks to kamu (reworked)Giuseppe Bilotta
2006-07-29whitelist!Tom Gilbert
2006-07-29bans plugin from RockMan :DTom Gilbert