diff options
author | Matthias H <apoc@sixserv.org> | 2013-09-18 01:07:59 +0200 |
---|---|---|
committer | Matthias Hecker <apoc@sixserv.org> | 2013-12-04 23:53:29 +0000 |
commit | 91d35a361431873f406bc13e39018894347ffa28 (patch) | |
tree | 26f906251a1b5d9537881952bf8851be68652754 /bin/rbot | |
parent | 36945637c27ee97110db95ca449605fadd195381 (diff) |
bin/rbot: no verbose warning messages
$VERBOSE includes lots of useless messages
that don't really help anyone IMHO
Diffstat (limited to 'bin/rbot')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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' |