summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjoe <joe@lc8n.com>2012-02-07 13:22:08 +0000
committerwjoe <joe@lc8n.com>2012-02-07 13:22:08 +0000
commit48db66311f1f67edd112cb8d906959bc0a5f9ab9 (patch)
treefb452487f1f63a2866f14689221551f41b149910
parente524d0abbe762062466315a00f46dcf23a8e3b41 (diff)
Historic commit 2.0.7 (07-Feb-2012 13:06)
-rw-r--r--blatweet.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/blatweet.rb b/blatweet.rb
index e79a82a..75b6faa 100644
--- a/blatweet.rb
+++ b/blatweet.rb
@@ -11,7 +11,7 @@ number_of_tweets = 1
message = nil
limit = false
debug = false
-version = 'v2.0.6'
+version = 'v2.0.7'
help = false
irc_nick = nil
ops = nil
@@ -20,7 +20,6 @@ ARGV[2].split(' ').each{|arg| ARGV << arg} if ARGV[2]
ARGV.delete_at 2
STDIN.gets.split(' ').each{|arg| ARGV << arg} if ARGV == []
args = ARGV.dup
-puts args.inspect
options = OptionParser.new do |opts|
opts.banner = "Usage: #{File.basename($0)} -h"