Detection
#3
Sur un join, il te suffit de faire une proc du genre:
tcl
proc scan:pseudo {nick uhost handle chan} {
   foreach user [chanlist $chan] {
      if {$user == $::botnick} { continue; }
      if {[regexp -- {pseudo\d+} $user]} {
         putserv "PRIVMSG $user :ton message"
      }
   }
}


Répondre


Messages dans ce sujet
Detection - par Julien23 - 29/05/2010, 11:07
RE: Detection - par heretoc - 29/05/2010, 18:55
RE: Detection - par CrazyCat - 31/05/2010, 09:06
RE: Detection - par Julien23 - 31/05/2010, 09:57

Atteindre :


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