join avec putfast
#4
Ton truc est vraiment anti-euh, bien :
paske ton script modifie la commande "join" inclue dans TCL, et c'est un vrai "must" (sans ça, tu peux pas faire de listes, donc une très très grande partie de tes scripts ne fonctionneront pas !)
D'après ton truc, voila une version un peu plus cohérente je pense :

tcl
set autoSAJoinList { AnimPlus.zet-land.org ChanAdmin.zet-land.org CoChefZone.zet-land.org OpZone.zet-land.org AdminZone.zet-land.org ChanOp.zet-land.org }
bind join - * autoSAJoinProc 
 
proc autoSAJoinProc {nick uhost hand chan} {
if {[lsearch -glob $::autoSAJoinList [lindex [split $uhost @] 1]]} {
putfast "SAJOIN $nick #Staff,#Staff+,#Aide-Staff" }
return }


Répondre Avertir


Messages dans ce sujet
join avec putfast - par Babytigrou16 - 19/06/2009, 07:00
RE: join avec putfast - par heretoc - 19/06/2009, 12:07
RE: join avec putfast - par Babytigrou16 - 19/06/2009, 17:05
RE: join avec putfast - par Artix - 19/06/2009, 19:51
RE: join avec putfast - par heretoc - 19/06/2009, 20:12

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)
Tchat 100% gratuit -Discutez en toute liberté