]> git.donarmstrong.com Git - irc.git/commitdiff
fix typo
authorDon Armstrong <don@donarmstrong.com>
Mon, 25 Feb 2008 09:38:14 +0000 (09:38 +0000)
committerDon Armstrong <don@donarmstrong.com>
Mon, 25 Feb 2008 09:38:14 +0000 (09:38 +0000)
.irssi/scripts/auto_bleh.pl

index e2abc92813cc5eee1e75d2fbb4ee238b2d590b4a..0a8316ea830757c6d7a61b1a9e602c5001760dfc 100644 (file)
@@ -209,7 +209,7 @@ sub get_op {
 sub i_want {
      my $action = shift;
 
 sub i_want {
      my $action = shift;
 
-     return "I've wanted to ".join(',', keys %{$action->{type}||{'do something to'=>undef}}}).
+     return "I've wanted to ".join(',', keys %{$action->{type}||{'do something to'=>undef}}).
          " $action->{nick} off $action->{channel} on $action->{network} since $action->{inserted}";
 }
 
          " $action->{nick} off $action->{channel} on $action->{network} since $action->{inserted}";
 }