purge users
This commit is contained in:
@@ -68,6 +68,9 @@ class PurgeUsers extends Command
|
|||||||
//Set the fail bit to false
|
//Set the fail bit to false
|
||||||
$failed = false;
|
$failed = false;
|
||||||
|
|
||||||
|
//Note a screen entry for when doing cli stuff
|
||||||
|
printf("Processing character with id of " . $user->character_id . "\r\n");
|
||||||
|
|
||||||
//Get the character information
|
//Get the character information
|
||||||
try {
|
try {
|
||||||
$character_info = $esi->invoke('get', '/characters/{character_id}/', [
|
$character_info = $esi->invoke('get', '/characters/{character_id}/', [
|
||||||
|
|||||||
Reference in New Issue
Block a user