diff options
Diffstat (limited to 'bin/rbot')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ rescue LoadError => e end $debug = false -$version="0.9.8" +$version="0.9.9" $opts = Hash.new # print +message+ if debugging is enabled |