]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/debugger.rb
added 'alias rm' as alternative for 'alias remove'
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / debugger.rb
index f0ff0c03fdb61b9bfa512a4256372a47c7125d41..6eabdfea257c5819b326b87ec5c20e4b5c9d59d1 100644 (file)
@@ -1,7 +1,11 @@
-# Debugging/profiling for rbot
+#-- vim:sw=2:et
+#++
 #
-# (c) 2006 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
-# Licensed under GPL V2.
+# :title: Debugging/profiling for rbot
+#
+# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com>
+# 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 )