07/05/2016, 11:38
Bonjour,
Je me permets d'ouvrir ce petit poste car j'ai un soucis. Voilà ça fait un moment que j'ai plus fait d'irc et je sais qu'il y a des choses qui ont du changé au niveau du codage et je suis un peu embete avec plusieurs codage.
Le premiere c'est celui d'un bot ( mouchard ) qui va me dire les va et vient des gens leurs positions les changements de nick etc j'ai commencé un bout mais j'arrive pas à le co car j'ai cette erreur
et voilà le bout de codage :
J'ai ensuite une erreur sur un ancien tcl qui fonctionnait :
Je vous remercie d'avance pour l'aide que vous pourrez m'apporter
Je me permets d'ouvrir ce petit poste car j'ai un soucis. Voilà ça fait un moment que j'ai plus fait d'irc et je sais qu'il y a des choses qui ont du changé au niveau du codage et je suis un peu embete avec plusieurs codage.
Le premiere c'est celui d'un bot ( mouchard ) qui va me dire les va et vient des gens leurs positions les changements de nick etc j'ai commencé un bout mais j'arrive pas à le co car j'ai cette erreur
Citation :[04:39:47] invalid command name "b1ind"
while executing
et voilà le bout de codage :
tcl
b1ind pub - !v voice
proc voice {nick uhost hand chan arg} {
putserv "MODE $chan !+v $nick"
}
b1ind pub - !dv devoice
proc devoice {nick uhost hand chan arg} {
putserv "MODE $chan -v $nick"
}
bind join - "*" dop:join
proc dop:join {nick host hand chan} {
global chanoff botnick
putspeed "privmsg #chanelo : \00304$nick \00314entre sur \00303$chan"
}
J'ai ensuite une erreur sur un ancien tcl qui fonctionnait :
Citation :[11:12] <Yexii> .connect
[11:12] <tonton> [05:12:34] Dodo est maintenant Connect? !
[11:12] <tonton> [05:12:34] kaiso est maintenant Connect? !
[11:12] <tonton> [05:12:34] Rosi est maintenant Connect? !
[11:12] <tonton> [05:12:34] Verta est maintenant Connect? !
[11:12] <tonton> [05:12:34] Cid est maintenant Connect? !
[11:12] <tonton> [05:12:34] Noue est maintenant Connect? !
[11:12] <tonton> [05:12:34] Debizoux est maintenant Connect? !
[11:12] <tonton> [05:12:34] Judge est maintenant Connect? !
[11:12] <tonton> [05:12:34] Frenesie est maintenant Connect? !
[11:12] <tonton> [05:12:44] Tcl error in script for 'timer19':
[11:12] <tonton> [05:12:44] can't read "sock0(idx)": no such variable
[11:12] <tonton> [05:12:44] Tcl error in script for 'timer20':
[11:12] <tonton> [05:12:44] can't read "sock1(chan3)": no such element in array
[11:12] <tonton> [05:12:44] Tcl error in script for 'timer21':
[11:12] <tonton> [05:12:44] can't read "sock2(chan3)": no such element in array
[11:12] <tonton> [05:12:44] Tcl error in script for 'timer22':
[11:12] <tonton> [05:12:44] can't read "sock3(chan3)": no such element in array
[11:12] <tonton> [05:12:44] Tcl error in script for 'timer23':
[11:12] <tonton> [05:12:44] can't read "sock4(chan3)": no such element in array
[11:12] <tonton> [05:12:44] Tcl error in script for 'timer24':
[11:12] <tonton> [05:12:44] can't read "sock5(chan3)": no such element in array
[11:12] <tonton> [05:12:44] Tcl error in script for 'timer25':
[11:12] <tonton> [05:12:44] can't read "sock6(chan3)": no such element in array
[11:12] <tonton> [05:12:44] Tcl error in script for 'timer26':
[11:12] <tonton> [05:12:44] can't read "sock7(chan3)": no such element in array
[11:12] <tonton> [05:12:44] Tcl error in script for 'timer27':
Je vous remercie d'avance pour l'aide que vous pourrez m'apporter