I added this:
Code:
if ($userinfo[userid]==1) {
$userinfo[activity] = 'firefly';
}
right after this:
Code:
default:
$userinfo[activity] = 'unknown';
}
And then I added this:
Code:
case 'firefly':
$userinfo[where] = "Ah-ah, no peeking, $bbuserinfo[username]! ;-)";
break;
right before this:
Code:
default:
// Let's show the admin the location but put something false up for everyone else..