X-Git-Url: https://git.donarmstrong.com/?p=irc.git;a=blobdiff_plain;f=.irssi%2Fscripts%2Fauto_bleh.pl;h=0a8316ea830757c6d7a61b1a9e602c5001760dfc;hp=e2abc92813cc5eee1e75d2fbb4ee238b2d590b4a;hb=506178958eebde48304e60c62450f391742e6427;hpb=20543723cfcada5552b3344660641393bb9fb569 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}"; }