summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-03 23:12:39 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-03 23:12:39 +0000
commite7558ab501d89ed4d04ff69b58344aec8de50844 (patch)
tree6a8c03691756fcf9561f7c651aba3c7e61fae7bf /bin
parentdd0b318cfd3df017b1ec4e44afc2f4e412fd2033 (diff)
Thu Aug 04 00:11:52 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* 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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rbot8
1 files changed, 0 insertions, 8 deletions
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}"