]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - bin/rbot
geoip plugin: added nick based network-wide lookup and fixed some charset issues
[user/henk/code/ruby/rbot.git] / bin / rbot
index d2f53eb42d78ca90952fa438e4ac047f54f89ae7..57f18ff9b7d53f39c57c2d078b2630c22c67b179 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -47,7 +47,8 @@ require 'etc'
 require 'getoptlong'
 require 'fileutils'
 
-$version ||= "0.9.11-git"
+$version ||= '0.9.13-git'
+$version_timestamp ||= 0
 $opts = Hash.new
 
 orig_opts = ARGV.dup