]> git.localhorst.tv Git - alttp.git/commitdiff
zossy alias
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 6 Jul 2025 23:02:07 +0000 (01:02 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 6 Jul 2025 23:02:07 +0000 (01:02 +0200)
app/Console/Commands/SyncCoopZossy.php

index 46209a41f0fc6778b6da6bb2d178330260881a32..31f9976bf101f5a040cf5c4c5e5c71ccbb81ec6d 100644 (file)
@@ -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',
        ];
 
 }