]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Nickserv plugin now defaults to very strict permissions. Only owner can make the...
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 17 Aug 2006 14:27:43 +0000 (14:27 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 17 Aug 2006 14:27:43 +0000 (14:27 +0000)
ChangeLog
data/rbot/plugins/nickserv.rb

index 5de091d13d33bb8fd8e719e0e8d59ef6ec02e66a..3e265426939f6871251ec0ba94bd225dfc723640 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
        It's a RuntimeError now.
        * Fix help: this time for real (or so I hope).
        * New IRC Framework: topic plugin now works correctly.
+       * New Auth Framework: nickserv plugin now defaults to false for its
+       auth, so that only owner can do stuff with it
 
 2006-08-12  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
index a5280b1f3ca02deb43bf32c14266d6c59b4fe339..a630a4beb8f0ab95bee5126627c72e74db10a405 100644 (file)
@@ -147,3 +147,6 @@ plugin.map 'nickserv register :passwd :email', :action => 'nick_register',
            :defaults => {:passwd => false, :email => false}
 plugin.map 'nickserv listnicks', :action => "listnicks"
 plugin.map 'nickserv identify', :action => "identify"
+
+plugin.default_auth('*', false)
+