Skip to content

Commit

Permalink
Add uid in parens to otheruser, and make colors-update.plx print a li…
Browse files Browse the repository at this point in the history
…ttle

more helpfully.
  • Loading branch information
jamiemccarthy committed Oct 22, 2002
1 parent 3c3b7d8 commit d89240e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Slash/Utility/Display/Display.pm
Expand Up @@ -1024,7 +1024,7 @@ sub createMenu {
my $nick_attribute = strip_attribute($lastlook_user->{nickname});
push @$menu_items, {
value => "$constants->{rootdir}/~$nick_fix",
label => "~$nick_attribute",
label => "~$nick_attribute ($user->{lastlookuid})",
sel_label => "otheruser",
menuorder => 99999,
};
Expand Down
2 changes: 1 addition & 1 deletion utils/colors-update.plx
Expand Up @@ -16,7 +16,7 @@ for my $bid (@color_bids) {
splice(@f, 5, 0, $f[2]);
splice(@b, 5, 0, $f[3]);
$slashdb->setBlock($bid, { block => join(",", @f, @b) });
print "$bid\t@f @b"
print "$bid\t@f @b\n"
}

__END__

0 comments on commit d89240e

Please sign in to comment.