]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/nickserv.rb
Nickserv plugin now defaults to very strict permissions. Only owner can make the...
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / nickserv.rb
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)
+