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