<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@ $Data::Dumper::Indent = 1;
 use vars qw($VERSION %IRSSI);
 
 $VERSION = &quot;2.2.2beta&quot;;
-my ($REV) = '$Rev: 612 $' =~ /(\d+)/;
+my ($REV) = '$Rev: 614 $' =~ /(\d+)/;
 %IRSSI = (
     authors     =&gt; 'Dan Boger',
     contact     =&gt; 'zigdon@gmail.com',
@@ -20,7 +20,7 @@ my ($REV) = '$Rev: 612 $' =~ /(\d+)/;
       . 'Can optionally set your bitlbee /away message to same',
     license =&gt; 'GNU GPL v2',
     url     =&gt; 'http://twirssi.com',
-    changed =&gt; '$Date: 2009-04-17 16:02:53 -0700 (Fri, 17 Apr 2009) $',
+    changed =&gt; '$Date: 2009-04-20 20:24:00 -0700 (Mon, 20 Apr 2009) $',
 );
 
 my $window;
@@ -552,12 +552,12 @@ sub cmd_add_search {
         return;
     }
 
-    if ( exists $id_map{__searches}{$user}{$data} ) {
+    if ( exists $id_map{__searches}{&quot;$user\@$defservice&quot;}{$data} ) {
         &amp;notice(&quot;Already had a subscription for '$data'&quot;);
         return;
     }
 
-    $id_map{__searches}{$user}{$data} = 1;
+    $id_map{__searches}{&quot;$user\@$defservice&quot;}{$data} = 1;
     &amp;notice(&quot;Added subscription for '$data'&quot;);
 }
 
@@ -577,12 +577,12 @@ sub cmd_del_search {
         return;
     }
 
-    unless ( exists $id_map{__searches}{$user}{$data} ) {
+    unless ( exists $id_map{__searches}{&quot;$user\@$defservice&quot;}{$data} ) {
         &amp;notice(&quot;No subscription found for '$data'&quot;);
         return;
     }
 
-    delete $id_map{__searches}{$user}{$data};
+    delete $id_map{__searches}{&quot;$user\@$defservice&quot;}{$data};
     &amp;notice(&quot;Removed subscription for '$data'&quot;);
 }
 </diff>
      <filename>twirssi.pl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>318479f01f223aa72d8c3ab48622521c15bb8364</id>
    </parent>
  </parents>
  <author>
    <name>Dan Boger</name>
    <email>zigdon@irc.peeron.com</email>
  </author>
  <url>http://github.com/bssteph/twirssi/commit/704a944fb3388ddc188084765090823e41fd175f</url>
  <id>704a944fb3388ddc188084765090823e41fd175f</id>
  <committed-date>2009-04-20T20:24:14-07:00</committed-date>
  <authored-date>2009-04-20T20:24:14-07:00</authored-date>
  <message>r614 - Fix searches, thanks to @Olatho finding a bug.  Note that existing searches should be removed before upgrading, and re-added after.</message>
  <tree>35d9d8dff2ffe8bf11de375791d54b062d90aed2</tree>
  <committer>
    <name>Dan Boger</name>
    <email>zigdon@irc.peeron.com</email>
  </committer>
</commit>
