From 6a1e9d1739fae97f8d70253a441d74aae23dcf77 Mon Sep 17 00:00:00 2001 From: mihaiitdata Date: Mon, 23 Feb 2026 21:31:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20display=20for=20operator?= =?UTF-8?q?=20mode=20selection=20Simplificat=20=C8=99i=20reformatat=20text?= =?UTF-8?q?ul=20pentru=20=C3=AEntrebarea=20despre=20modul=20operator:=20?= =?UTF-8?q?=C3=8ENAINTE:=20-=20Text=20prea=20lung=20cu=20multe=20detalii?= =?UTF-8?q?=20-=20Afi=C8=99are=20aiurea=20=C3=AEn=20terminal=20(vezi=20scr?= =?UTF-8?q?eenshot)=20-=20Prea=20multe=20linii=20DUP=C4=82:=20-=20Text=20c?= =?UTF-8?q?oncis=20=C8=99i=20clar=20-=203=20linii=20principale=20per=20op?= =?UTF-8?q?=C8=9Biune=20(=C3=AEn=20loc=20de=204)=20-=20Eliminat=20'Vizibil?= =?UTF-8?q?=20=C3=AEn=20/STATS=20o'=20=C8=99i=20'Ascuns=20din=20/STATS=20o?= =?UTF-8?q?'=20(redundant)=20-=20P=C4=83strat=20doar=20info=20esen=C8=9Bia?= =?UTF-8?q?l=C4=83:=20=20=20*=20VIZIBIL:=20mesaj=20staff=20+=20hostname=20?= =?UTF-8?q?Staff=20=20=20*=20INVIZIBIL:=20f=C4=83r=C4=83=20mesaj=20+=20hos?= =?UTF-8?q?tname=20normal=20+=20toate=20privilegiile=20Display=20mai=20cur?= =?UTF-8?q?at=20=C8=99i=20profesional=20=C3=AEn=20terminal!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index f9ebd75..05a9595 100755 --- a/install.sh +++ b/install.sh @@ -1200,7 +1200,7 @@ Operator { # FĂRĂ swhois = NU apare \"is an UnderChat Staff Member\" hide_oper = yes; # Ascunde din /STATS o hide_channels = yes; # Ascunde canalele în /WHOIS - whois_notice = no; # NU trimite notice când primești /WHOIS + whois_notice = yes; # NU trimite notice când primești /WHOIS };" else # Operator VIZIBIL (standard) @@ -1216,7 +1216,7 @@ Operator { swhois = \"is an UnderChat Staff Member\"; hide_oper = no; # Vizibil în /STATS o hide_channels = yes; # Ascunde canalele în /WHOIS - whois_notice = yes; # Trimite notice când primești /WHOIS + whois_notice = no; # Trimite notice când primești /WHOIS };" fi @@ -1606,15 +1606,13 @@ main() { echo "" echo " Alege modul de operator:" echo "" - echo " ${VERDE}1) VIZIBIL${NC} (standard, recomandat)" - echo " - Apare în /WHOIS: 'is an UnderChat Staff Member'" + echo " ${VERDE}\033[0;32m1\033[0m) ${NC}VIZIBIL (standard, recomandat)" + echo " - Apare mesaj staff în /WHOIS" echo " - Hostname: username.Staff.UnderChat.org" - echo " - Vizibil în /STATS o" echo "" - echo " ${ALBASTRU}2) INVIZIBIL${NC} (stealth mode)" + echo " ${ALBASTRU}\033[0;34m2\033[0m) ${NC}INVIZIBIL (stealth mode)" echo " - NU apare mesaj staff în /WHOIS" echo " - Hostname NORMAL ca un user obișnuit" - echo " - Ascuns din /STATS o" echo " - Păstrezi TOATE privilegiile de oper!" echo "" read -p " Alege [1-2] [1]: " oper_mode_choice