Kullanımı: !authcode sil
Kod:
on *:input:#: {
if $regex($1-,/[.!]authcode\s+sil/SAi) { ns list * noauth | .enable #noauth | .timer 1 3 .disable #noauth }
}
#noauth off
on *:notice:*:*: {
if $regex($nick,/NickServ/Si) {
if $regex($1-,/\S+\s\S+\100/) { ns set $1 kill on | ns clearauth $1 }
}
}
#noauth end Not: Bulunduğum sunucularda auth kodu olayı olmadığı için, test etme şansım olmadı. Bir dene bakalım.