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