From 78d1b638c97c543d233730cd5b3408ab6f38bf16 Mon Sep 17 00:00:00 2001 From: mihaiitdata Date: Fri, 13 Feb 2026 01:17:53 +0200 Subject: [PATCH] =?UTF-8?q?Adaug=C4=83=20verificare=20si=20creare=20automa?= =?UTF-8?q?ta=20a=20ircd.conf=20daca=20nu=20exista=20-=20fix=20pentru=20co?= =?UTF-8?q?nfig=20missing=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin.sh b/admin.sh index 25e6236..1400d7f 100755 --- a/admin.sh +++ b/admin.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Script helper pentru administrare Nefarious IRCd +# Script helper pentru administrare UnderChat IRCd # Limba: Română # @@ -22,7 +22,7 @@ show_menu() { clear echo -e "${ALBASTRU}" echo "╔════════════════════════════════════════╗" - echo "║ Administrator Nefarious IRCd ║" + echo "║ Administrator UnderChat IRCd ║" echo "║ Versiune: 1.0 ║" echo "╚════════════════════════════════════════╝" echo -e "${NC}"