From 248f1f227af54a2e3af1c4b1b1bfc25a6aa39966 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 17 Aug 2024 03:21:05 +0200 Subject: [PATCH] chaosknoten logo unicode ansi art --- src/chaosknoten.txt | 14 ++++++++++++++ src/main.rs | 1 + 2 files changed, 15 insertions(+) create mode 100755 src/chaosknoten.txt diff --git a/src/chaosknoten.txt b/src/chaosknoten.txt new file mode 100755 index 0000000..26ff51b --- /dev/null +++ b/src/chaosknoten.txt @@ -0,0 +1,14 @@ + +  + ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  Plenum! Ple-e-e-num! + █ ▂▂▂▂▂▂▂▂▂ █  Plenum ist wichtig für die Revolution! + █ ▞ ▚ ▌ ▚ █  + █ ▌ ▚🬯🮗🮗🮗🮗🮗🮗▚▚▚ █  Dies ist der CCCB Plenumsbot + █ ▌ ▞🬥🮗🮗🮗🮗🮗🮗▜▞▞▖ █  + █ ▚ ▞ ▌ ▞ 🬂🬤▞▚🬭 █  Version {VERSION} + █ 🬂🬂🬂🬂🬂🬂🬂🬂🬂 ▞▐▐ █  + █ 🬔🬈 🬔🬈 🬔🬈 🬴🬗 🬭🬫🬀 █  + █ 🬣🬖 🬣🬖 🬣🬖 🬲🬘 ▚ █  + █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█  +  +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ diff --git a/src/main.rs b/src/main.rs index 86e94ff..a156f21 100644 --- a/src/main.rs +++ b/src/main.rs @@ -156,6 +156,7 @@ fn main() -> Result<(), Box> { let config = KV::new(config_file).unwrap(); config_spec::populate_defaults(&CONFIG_SPEC, &config); if args.check_mode { + println!(include_str!("chaosknoten.txt"), VERSION=env!("CARGO_PKG_VERSION")); return config_spec::interactive_check(&CONFIG_SPEC, config); } // get config