From e7558ab501d89ed4d04ff69b58344aec8de50844 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Wed, 3 Aug 2005 23:12:39 +0000 Subject: Thu Aug 04 00:11:52 BST 2005 Tom Gilbert * Tweaked the debug() stuff a bit. Need to do this more cleanly really * Added a fair bit of documentation for some of the new features --- bin/rbot | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bin') diff --git a/bin/rbot b/bin/rbot index a5c71492..d2863756 100755 --- a/bin/rbot +++ b/bin/rbot @@ -22,13 +22,6 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. $VERBOSE=true -$debug = false - -# print +message+ if debugging is enabled -def debug(message=nil) - print "DEBUG: #{message}\n" if($debug && message) - #yield -end require 'etc' require 'getoptlong' @@ -65,7 +58,6 @@ rescue LoadError => e puts "Error: couldn't find the rbot/ircbot module for loading\n - did you install rbot using install.rb?" exit 2 end - if ($opts["version"]) puts "rbot #{$version}" -- cgit v1.2.3