X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fdebugger.rb;h=6eabdfea257c5819b326b87ec5c20e4b5c9d59d1;hb=69db4133c5ccfa41c35b43c67fce1d5ff640bfd5;hp=f0ff0c03fdb61b9bfa512a4256372a47c7125d41;hpb=c6af7de45f49f74d4ff6f85eb61b27f7b7275335;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/debugger.rb b/data/rbot/plugins/debugger.rb index f0ff0c03..6eabdfea 100644 --- a/data/rbot/plugins/debugger.rb +++ b/data/rbot/plugins/debugger.rb @@ -1,7 +1,11 @@ -# Debugging/profiling for rbot +#-- vim:sw=2:et +#++ # -# (c) 2006 Giuseppe Bilotta -# Licensed under GPL V2. +# :title: Debugging/profiling for rbot +# +# Author:: Giuseppe "Oblomov" Bilotta +# Copyright:: (C) 2006-2007 Giuseppe Bilotta +# License:: GPL v2 class DebugPlugin < Plugin BotConfig.register BotConfigIntegerValue.new('debug.interval', @@ -120,7 +124,7 @@ end plugin = DebugPlugin.new -plugin.register( "debug" ) + plugin.default_auth( 'start', false ) plugin.default_auth( 'stop', false ) plugin.default_auth( 'dumpstrings', false )