Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Perl by Dadouchi ( 17 years ago )
sub cmd_whoami {
my ($launcher) = @_;
if(exists($players{$launcher}))
{
say(P_GAME, 'info', $launcher,
$messages{'cmds'}{'whoami'}{'getJob'},
$messages{'jobs_name'}{ $players{$launcher}{'job'} });
}
else
{
say(P_GAME, 'error', $launcher,$messages{'errors'}{'not_playing'},"!whoami");
}
}
Revise this Paste
Parent: 5100