diff options
| author | historia <workhorse@localhost.localdomain> | 2026-06-20 21:36:32 -0400 |
|---|---|---|
| committer | historia <workhorse@localhost.localdomain> | 2026-06-20 21:36:32 -0400 |
| commit | 010fa439399581391fcd509d2058191ff4fa74b3 (patch) | |
| tree | 2deb54f5b2724e34091e6fb97390e6958f973561 /internal/net | |
| parent | 00a0622dcb5eae90b4ec14ed16c527b81f963c3f (diff) | |
| download | thehouseoficarus-010fa439399581391fcd509d2058191ff4fa74b3.tar.gz | |
feat: stop command added
Diffstat (limited to 'internal/net')
| -rw-r--r-- | internal/net/welcome.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/net/welcome.go b/internal/net/welcome.go index e17c82e..ed606a2 100644 --- a/internal/net/welcome.go +++ b/internal/net/welcome.go @@ -55,11 +55,11 @@ func colorizeArt(art string) string { func WelcomeBanner() string { return colorizeArt(` - | * - * + -+- - . , | -. , . , - * + | * + * + -+- + . , | +. , . , + * @@@@@@@ @@@ @@@ @@@@@@@@ @@@ @@@ @@@@@@ @@@ @@@ @@@@@@ @@@@@@@@ + @@! @@! @@@ @@! + @@! @@@ @@! @@@ @@! @@@ !@@ @@! @!! @!@!@!@! @!!!:! @!@!@!@! @!@ !@! @!@ !@! !@@!! @!!!:! * @@ -71,7 +71,7 @@ func WelcomeBanner() string { @@@@@@ @@@@@@@@ @@@ @@@@@@@ @@@@@@ @@@@@@@ @@@ @@@ @@@@@@ @@! @@@ @@! , @@! !@@ @@! @@@ @@! @@@ @@! @@@ !@@ | @!@ !@! @!!!:! !!@ @!@ @!@!@!@! @!@!!@! @!@ !@! !@@!! - -+- !!: !!! !!: !!: :!! !!: !!! !!: :!! !!: !!! :!; + -+- !!: !!! !!: !!: :!! !!: !!! !!: :!! !!: !!! :! | : :. : : . : :: :: : : : : : : : :.:: : ::.: : , . + , . |
