diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-01-07 22:00:59 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-01-07 22:00:59 +0100 |
commit | a997331268e0d8f31c68673bcf26144620f0d719 (patch) | |
tree | 76f3d1849e903c530079ff1e21efe9f6d1cdb301 /data | |
parent | 1bf7503c6ce53bc32cf3139e05cdfa54e9c61d5b (diff) |
autorejoin: standard header
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/autorejoin.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/rbot/plugins/autorejoin.rb b/data/rbot/plugins/autorejoin.rb index 330404cd..0ea46205 100644 --- a/data/rbot/plugins/autorejoin.rb +++ b/data/rbot/plugins/autorejoin.rb @@ -1,3 +1,8 @@ +#-- vim:sw=2:et +#++ +# +# :title: Autorejoin + class AutoRejoinPlugin < Plugin Config.register Config::BooleanValue.new('rejoin.insult', :default => true, |