]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - bin/rbot
Thu Aug 04 00:11:52 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
[user/henk/code/ruby/rbot.git] / bin / rbot
index a5c714922602c915dcf859fe50a292f1c9520493..d2863756af2cc712888f4065fbf5093db80f13c1 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
 # 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}"