Update ASCII art logo

Signed-off-by: Drew DeVault <sir@cmpwn.com>
This commit is contained in:
Drew DeVault 2024-03-23 11:06:32 +01:00
parent 0823d20cac
commit 2ab9de5307

View File

@ -6,20 +6,22 @@
// SPDX-License-Identifier: LGPL-3.0-only
const char *ascii_logo =
" _._ \n"
" _.-``__ ''-._ \n"
" _.-`` `. `_. ''-._ Redict %s (%s/%d) %s bit\n"
" .-`` .-```. ```\\/ _.,_ ''-._ \n"
" ( ' , .-` | `, ) Running in %s mode\n"
" |`-._`-...-` __...-.``-._|'` _.-'| Port: %d\n"
" | `-._ `._ / _.-' | PID: %ld\n"
" `-._ `-._ `-./ _.-' _.-' \n"
" |`-._`-._ `-.__.-' _.-'_.-'| \n"
" | `-._`-._ _.-'_.-' | https://redict.io \n"
" `-._ `-._`-.__.-'_.-' _.-' \n"
" |`-._`-._ `-.__.-' _.-'_.-'| \n"
" | `-._`-._ _.-'_.-' | \n"
" `-._ `-._`-.__.-'_.-' _.-' \n"
" `-._ `-.__.-' _.-' \n"
" `-._ _.-' \n"
" `-.__.-' \n\n";
" \n"
" ## \n"
" ######## Redict %s (%s/%d) %s bit\n"
" ################ \n"
" ######################## Running in %s mode\n"
" ############################## Port: %d\n"
" ################################: PID: %ld\n"
" #############################::::: \n"
" ##::::####################:::::::: \n"
" ##::::::::############:::::::::::: https://redict.io \n"
" ##:::::::::::+####+::::::::::::::: \n"
" ##:::::::::::::::::::::::::::::::: \n"
" ##:::::::::::::::::::::::::::::::: \n"
" ##::::::::::::::::::::::::::::::### \n"
" ####::::::::::::::::::::::::#### \n"
" #####:::::::::::::::::#### \n"
" ####::::::::::#### \n"
" ####::#### \n"
" #### \n\n";