From 2a27c12fffa359898c5601a211fe19425da82fa6 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 31 Jul 2006 15:33:15 +0000 Subject: 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 --- bin/rbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/rbot b/bin/rbot index 45dba848..8921eeb8 100755 --- a/bin/rbot +++ b/bin/rbot @@ -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 -- cgit v1.2.3