From 31519d243c5664209114f0e278f1e59e4f5368ed Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Mon, 7 Jul 2025 01:02:07 +0200 Subject: [PATCH] zossy alias --- app/Console/Commands/SyncCoopZossy.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/SyncCoopZossy.php b/app/Console/Commands/SyncCoopZossy.php index 46209a4..31f9976 100644 --- a/app/Console/Commands/SyncCoopZossy.php +++ b/app/Console/Commands/SyncCoopZossy.php @@ -153,14 +153,15 @@ class SyncCoopZossy extends Command { } private $codename_table = [ - 'cage' => 'telethar', 'echo' => 'echo6921', 'g1rd0' => 'thalane', 'g2rd0' => 'jem041', 'jamo' => 'jamo6', 'magno' => 'magnohato', + 'nick' => 'humbugh', 'nobly' => 'noblytheforeign', 'teto' => '.teto', + 'the cage' => 'telethar', ]; } -- 2.39.5