From: Matthias H Date: Tue, 17 Sep 2013 23:07:59 +0000 (+0200) Subject: bin/rbot: no verbose warning messages X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=91d35a361431873f406bc13e39018894347ffa28;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git bin/rbot: no verbose warning messages $VERBOSE includes lots of useless messages that don't really help anyone IMHO --- diff --git a/bin/rbot b/bin/rbot index 06e6db30..722ac358 100755 --- a/bin/rbot +++ b/bin/rbot @@ -41,8 +41,6 @@ Please note that the logfile doesn't contain IRC logs (which are located at # # This is free software, see COPYING for licensing details -$VERBOSE=true - require 'etc' require 'getoptlong' require 'fileutils'