Changeset 50 for irssi-scripts/trunk


Ignore:
Timestamp:
May 28, 2008, 3:05:04 PM (16 years ago)
Author:
simon
Message:
  • Remove unused $color variable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irssi-scripts/trunk/greynick.pl

    r49 r50  
    3838sub sig_event_nick {
    3939    my ($server, $newnick, $nick, $address) = @_;
    40     my $color;
    4140
    4241    $newnick = substr ($newnick, 1) if ($newnick =~ /^:/);
Note: See TracChangeset for help on using the changeset viewer.