]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
echo must default to false
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 29 Aug 2006 07:44:41 +0000 (07:44 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 29 Aug 2006 07:44:41 +0000 (07:44 +0000)
data/rbot/plugins/script.rb

index f8e2c67fce03c263af276ff6ffdba0a8e13abce3..431b52463d4b04313e03a7a750a6bc9535ab3005 100644 (file)
@@ -170,6 +170,7 @@ plugin = ScriptPlugin.new
 plugin.register( "script" )
 plugin.default_auth( 'edit', false )
 plugin.default_auth( 'eval', false )
+plugin.default_auth( 'echo', false )
 
 plugin.map 'script add -f :name *code', :action => 'handle_add_force', :auth_path => 'edit'
 plugin.map 'script add :name *code',    :action => 'handle_add',       :auth_path => 'edit'