that can be added with the variants in *
example: /auser 4 sex0*?* /auser 4 sex*!*@* /auser 4 sex!*@*

I tried to accommodate it to something simpler using characters like * but it does not work for me as it should, it kicks all the users who enter the channel
Code
on @1:JOIN:#:{
  if (sex0*?* isin $nick) || (ex*!*@* isin $nick) || (*desvirgado* isin $nick) || (*bastard* isin $nick) || (*lesbian* isin $nick) && ($nick != $me),$nick,32)) {
    msg $chan $nick notice 1º change your nickname please or you will be expelled using this command /nick your-nick } { .timerscriptname $+ $nick 1 20 msg $chan $nick notice 2º: change nickname last notice please /nick tunick } { .timerscriptname0K $+ $nick 1 40 /kick $chan $nick You were warned to change your nickname, now you are expelled 
  }
} 

on @1:NICK:{
  if $level($newnick) != @1 ) { .timerscriptname $+ $nick off | ./timerscriptname0K $+ $nick off }
}


it doesn't work well for me, someone please help me....

Last edited by druino; 29/12/20 04:31 AM.