diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-07-31 15:33:15 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-07-31 15:33:15 +0000 |
commit | 2a27c12fffa359898c5601a211fe19425da82fa6 (patch) | |
tree | 68d08b03f5552c1c6da172b7359a2df005984832 /bin | |
parent | 808c62190d6ed88f29df92871f810177b540c8a1 (diff) |
First shot at the new Irc framework. Bot is usable (sort of), but not all functionality may work as expected (or at all). If you are testing it, please report. Auth is known to be nonfunctional
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ require 'etc' require 'getoptlong' require 'fileutils' -$version="0.9.10-svn" +$version="0.9.11-svn" $opts = Hash.new orig_opts = ARGV.dup |