🎨 Fix display for operator mode selection
Simplificat și reformatat textul pentru întrebarea despre modul operator: ÎNAINTE: - Text prea lung cu multe detalii - Afișare aiurea în terminal (vezi screenshot) - Prea multe linii DUPĂ: - Text concis și clar - 3 linii principale per opțiune (în loc de 4) - Eliminat 'Vizibil în /STATS o' și 'Ascuns din /STATS o' (redundant) - Păstrat doar info esențială: * VIZIBIL: mesaj staff + hostname Staff * INVIZIBIL: fără mesaj + hostname normal + toate privilegiile Display mai curat și profesional în terminal!
This commit is contained in:
parent
aabc715145
commit
6a1e9d1739
12
install.sh
12
install.sh
|
|
@ -1200,7 +1200,7 @@ Operator {
|
||||||
# FĂRĂ swhois = NU apare \"is an UnderChat Staff Member\"
|
# FĂRĂ swhois = NU apare \"is an UnderChat Staff Member\"
|
||||||
hide_oper = yes; # Ascunde din /STATS o
|
hide_oper = yes; # Ascunde din /STATS o
|
||||||
hide_channels = yes; # Ascunde canalele în /WHOIS
|
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
|
else
|
||||||
# Operator VIZIBIL (standard)
|
# Operator VIZIBIL (standard)
|
||||||
|
|
@ -1216,7 +1216,7 @@ Operator {
|
||||||
swhois = \"is an UnderChat Staff Member\";
|
swhois = \"is an UnderChat Staff Member\";
|
||||||
hide_oper = no; # Vizibil în /STATS o
|
hide_oper = no; # Vizibil în /STATS o
|
||||||
hide_channels = yes; # Ascunde canalele în /WHOIS
|
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
|
fi
|
||||||
|
|
||||||
|
|
@ -1606,15 +1606,13 @@ main() {
|
||||||
echo ""
|
echo ""
|
||||||
echo " Alege modul de operator:"
|
echo " Alege modul de operator:"
|
||||||
echo ""
|
echo ""
|
||||||
echo " ${VERDE}1) VIZIBIL${NC} (standard, recomandat)"
|
echo " ${VERDE}\033[0;32m1\033[0m) ${NC}VIZIBIL (standard, recomandat)"
|
||||||
echo " - Apare în /WHOIS: 'is an UnderChat Staff Member'"
|
echo " - Apare mesaj staff în /WHOIS"
|
||||||
echo " - Hostname: username.Staff.UnderChat.org"
|
echo " - Hostname: username.Staff.UnderChat.org"
|
||||||
echo " - Vizibil în /STATS o"
|
|
||||||
echo ""
|
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 " - NU apare mesaj staff în /WHOIS"
|
||||||
echo " - Hostname NORMAL ca un user obișnuit"
|
echo " - Hostname NORMAL ca un user obișnuit"
|
||||||
echo " - Ascuns din /STATS o"
|
|
||||||
echo " - Păstrezi TOATE privilegiile de oper!"
|
echo " - Păstrezi TOATE privilegiile de oper!"
|
||||||
echo ""
|
echo ""
|
||||||
read -p " Alege [1-2] [1]: " oper_mode_choice
|
read -p " Alege [1-2] [1]: " oper_mode_choice
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue