<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,7 @@ $Data::Dumper::Indent = 1;
 use vars qw($VERSION %IRSSI);
 
 $VERSION = &quot;2.1.1beta&quot;;
-my ($REV) = '$Rev: 492 $' =~ /(\d+)/;
+my ($REV) = '$Rev: 493 $' =~ /(\d+)/;
 %IRSSI = (
     authors     =&gt; 'Dan Boger',
     contact     =&gt; 'zigdon@gmail.com',
@@ -21,7 +21,7 @@ my ($REV) = '$Rev: 492 $' =~ /(\d+)/;
       . 'Can optionally set your bitlbee /away message to same',
     license =&gt; 'GNU GPL v2',
     url     =&gt; 'http://twirssi.com',
-    changed =&gt; '$Date: 2009-02-25 14:39:58 -0800 (Wed, 25 Feb 2009) $',
+    changed =&gt; '$Date: 2009-02-25 14:44:03 -0800 (Wed, 25 Feb 2009) $',
 );
 
 my $window;
@@ -546,7 +546,7 @@ sub cmd_upgrade {
     &amp;notice(&quot;Downloading twirssi from $URL&quot;);
     LWP::Simple::getstore( $URL, &quot;$loc.upgrade&quot; );
 
-    unless ($data) {
+    unless ( $data or Irssi::settings_get_bool(&quot;twirssi_upgrade_beta&quot;) ) {
         unless ( open( NEW, &quot;$loc.upgrade&quot; ) ) {
             &amp;notice(
 &quot;Failed to read $loc.upgrade.  Check that /set twirssi_location is set to the correct location.&quot;</diff>
      <filename>twirssi.pl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>72b8880cc3241f5dd386f4407d19abd18b6ecf29</id>
    </parent>
  </parents>
  <author>
    <name>Dan Boger</name>
    <login></login>
    <email>zigdon@irc.peeron.com</email>
  </author>
  <url>http://github.com/bssteph/twirssi/commit/da55cc5efe574def2d197af096f448a1fd665167</url>
  <id>da55cc5efe574def2d197af096f448a1fd665167</id>
  <committed-date>2009-02-25T14:44:13-08:00</committed-date>
  <authored-date>2009-02-25T14:44:13-08:00</authored-date>
  <message>r493 - When upgrading from github, skip the MD5 verification</message>
  <tree>8927dd725b9c5168a1c59aa4a2ee522a8947b062</tree>
  <committer>
    <name>Dan Boger</name>
    <login></login>
    <email>zigdon@irc.peeron.com</email>
  </committer>
</commit>
