Changeset 50

Show
Ignore:
Timestamp:
28/05/08 15:05:04 (4 years ago)
Author:
simon
Message:
  • Remove unused $color variable.
Files:
1 modified

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 =~ /^:/);