From 506178958eebde48304e60c62450f391742e6427 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 25 Feb 2008 09:38:14 +0000 Subject: [PATCH] fix typo --- .irssi/scripts/auto_bleh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.irssi/scripts/auto_bleh.pl b/.irssi/scripts/auto_bleh.pl index e2abc92..0a8316e 100644 --- a/.irssi/scripts/auto_bleh.pl +++ b/.irssi/scripts/auto_bleh.pl @@ -209,7 +209,7 @@ sub get_op { 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}"; } -- 2.39.2