summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-07-01 01:48:37 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-07-01 01:48:37 +0200
commit6b1a398dde91137afe4910f4552a17207678dc08 (patch)
tree7ac12e17c420733e7b14f86a1f34181d3ed5146e /lib/rbot
parentb26120bc609851042c6e6997fd1a259f79b178f6 (diff)
Version 0.9.11-rc1
Diffstat (limited to 'lib/rbot')
-rw-r--r--lib/rbot/rbotconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/rbotconfig.rb b/lib/rbot/rbotconfig.rb
index 692113a9..eb55f965 100644
--- a/lib/rbot/rbotconfig.rb
+++ b/lib/rbot/rbotconfig.rb
@@ -27,7 +27,7 @@ class Bot
begin
debug "trying to load rubygems"
require 'rubygems'
- if $version =~ /^(.*)-git( .*)?$/
+ if $version =~ /^(.*)-(?:git|rc\d)(?: .*)?$/
version = $1
else
version = $version