Bonjour,
Voila mon Eggdrop ne Dévoice pas quand un Script :
Voila et a chaque fois que je me deop de tout les salon, il ne me devoice pas de #Staff :/ Je ne sais pas pourquoi, il n'y a pas de faute.
Ah aussi, pour évité d’ouvrir un autre sujet comment je peut ajouter un autre user au bot via un Bind pub ?
Merci, Dydouch.
Voila mon Eggdrop ne Dévoice pas quand un Script :
tcl
#Logchan = #Staff
#Dans un bind mode - "% -o"
if { [isvoice $target $::logchan] } {
set salon "0"
if { [isop $target [string tolower "#Ados"]] } { incr salon }
if { [isop $target [string tolower "#Quiz"]] } { incr salon }
if { [isop $target [string tolower "#testing"]] } { incr salon }
if { [isop $target [string tolower "#irc"]] } { incr salon }
if { $salon == "0" } { pushmode $::logchan -v $target }
}
Voila et a chaque fois que je me deop de tout les salon, il ne me devoice pas de #Staff :/ Je ne sais pas pourquoi, il n'y a pas de faute.
Ah aussi, pour évité d’ouvrir un autre sujet comment je peut ajouter un autre user au bot via un Bind pub ?
Merci, Dydouch.