diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-03 23:12:39 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-03 23:12:39 +0000 |
commit | e7558ab501d89ed4d04ff69b58344aec8de50844 (patch) | |
tree | 6a8c03691756fcf9561f7c651aba3c7e61fae7bf /bin | |
parent | dd0b318cfd3df017b1ec4e44afc2f4e412fd2033 (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-x | bin/rbot | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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}" |