From: Daniel Karbach Date: Sun, 6 Jul 2025 23:02:07 +0000 (+0200) Subject: zossy alias X-Git-Url: http://git.localhorst.tv/?a=commitdiff_plain;h=31519d243c5664209114f0e278f1e59e4f5368ed;p=alttp.git zossy alias --- 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', ]; }