From: Don Armstrong Date: Mon, 25 Feb 2008 09:38:14 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.donarmstrong.com/?p=irc.git;a=commitdiff_plain;h=506178958eebde48304e60c62450f391742e6427 fix typo --- 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}"; }