Package: irssi-scripts
Version: 20041221
Severity: minor

I was looking at the script with a view to modifying it for my own purposes, and noticed that the section following:

       # Ruthlessly_ripped_from_Garion {
       my $twin = Irssi::window_find_name($target);
       # Beam it to window 1 if we cant find any other suitable target.
       if (!defined($twin)) { $twin = Irssi::window_find_refnum(1); }
       # }

appears to have no purpose whatsoever. $twin is not referenced in the file outside these lines.

Just in the interests of keeping the code clean, these lines should be removed.


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to