From b565bf81cbe456205b9f9fcf9e3960109c5b7de6 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 29 Aug 2006 07:44:41 +0000 Subject: [PATCH] echo must default to false --- data/rbot/plugins/script.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/data/rbot/plugins/script.rb b/data/rbot/plugins/script.rb index f8e2c67f..431b5246 100644 --- a/data/rbot/plugins/script.rb +++ b/data/rbot/plugins/script.rb @@ -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' -- 2.39.2