From b8ba48af25bf2167aa67a9d1807a1d73dc802771 Mon Sep 17 00:00:00 2001 From: vt Date: Fri, 18 May 2012 00:12:43 +1200 Subject: [PATCH] Updated module.rb with a more sane respawn time --- modules/misc/clippy/module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/clippy/module.rb b/modules/misc/clippy/module.rb index fe99607ed..1f519bb74 100755 --- a/modules/misc/clippy/module.rb +++ b/modules/misc/clippy/module.rb @@ -20,7 +20,7 @@ class Clippy < BeEF::Core::Command {'name' =>'clippydir', 'description' =>'Webdir containing clippy image', 'ui_label'=>'Clippy image', 'value' => 'http://clippy.ajbnet.com/1.0.0/'}, {'name' =>'askusertext', 'description' =>'Text for speech bubble', 'ui_label'=>'Custom text', 'value' => 'Your browser appears to be out of date. Would you like to upgrade it?'}, {'name' =>'executeyes', 'description' =>'Executable to download', 'ui_label'=>'Executable', 'value' => 'http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe'}, - {'name' =>'respawntime', 'description' =>'', 'ui_label'=>'Time until Clippy shows his face again', 'value' => '2000'}, + {'name' =>'respawntime', 'description' =>'', 'ui_label'=>'Time until Clippy shows his face again', 'value' => '5000'}, {'name' =>'thankyoumessage', 'description' =>'Thankyou message after downloading', 'ui_label'=>'Thankyou message after downloading', 'value' => 'Thanks for upgrading your browser! Look forward to a safer, faster web!'} ] end