good morning I have this little addons anti offensive nicknames it works at the first well it warns with notification to the offensive nicknames, but then it is triggered and ejects direct it seems to be some fault in the execution times.
Please some friend to help me with the failure of execution of the times
it works using this command to add banned nicknames
/auser 4 *sex*
on +4!:join:#: { msg $chan $nick notice 1º change your nickname please or you will be expelled using this command /nick your-nick } { .timer $+ $nick 1 20 msg $chan $nick notice 2º: change nickname last notice please /nick tunick } { .timerK $+ $nick 1 40 /kick $chan $nick You were warned to change your nickname, now you are expelled }
on +4!:NICK:{
if $level($newnick) != 4 ) { .timer $+ $nick off | ./timerK $+ $nick off }
}
on *:LOAD:{ ./auser 4 webchat-* | ./auser 4 guest-* | /echo -s 0,4 Addon warn nicks4-9,3loaded }
on *:UNLOAD: { ./rlevel -r 4 | /echo -s 11,12 Addon warn nicks4-0,4unloaded }