scritp tcl !bombe
#2
C'est très simple à faire:
tcl
bind pub - "!bombe" bombe:go
proc bombe:go { nick uhost handle chan text } {
   set victim [lindex [split $text] 0]
   if { ![onchan $victim $chan] } { return 0; }
   puthelp "PRIVMSG $chan :Détection de la bombe"
   after 3000 puthelp "PRIVMSG $chan :Amorçage de la bombe"
   after 5000 putkick $chan $victim "La bombe vient d'exploser"
}


Bon, il y a surement des erreurs, mais voila en quelques secondes le système
Répondre


Messages dans ce sujet
scritp tcl !bombe - par cecile155 - 29/12/2010, 17:14
RE: scritp tcl !bombe - par CrazyCat - 29/12/2010, 17:23
RE: scritp tcl !bombe - par cestlemien - 29/12/2010, 17:27
RE: scritp tcl !bombe - par cecile155 - 29/12/2010, 17:32
RE: scritp tcl !bombe - par cestlemien - 29/12/2010, 17:36
RE: scritp tcl !bombe - par cecile155 - 29/12/2010, 17:36
RE: scritp tcl !bombe - par CrazyCat - 29/12/2010, 18:48
RE: scritp tcl !bombe - par cestlemien - 29/12/2010, 18:55
RE: scritp tcl !bombe - par CrazyCat - 29/12/2010, 19:01
RE: scritp tcl !bombe - par cestlemien - 29/12/2010, 19:07
RE: scritp tcl !bombe - par cestlemien - 29/12/2010, 20:20
RE: scritp tcl !bombe - par cestlemien - 29/12/2010, 20:56
RE: scritp tcl !bombe - par CrazyCat - 29/12/2010, 22:35
RE: scritp tcl !bombe - par cestlemien - 29/12/2010, 23:12
RE: scritp tcl !bombe - par CrazyCat - 30/12/2010, 13:14
RE: scritp tcl !bombe - par cecile155 - 30/12/2010, 14:12
RE: scritp tcl !bombe - par CrazyCat - 30/12/2010, 21:24
RE: scritp tcl !bombe - par cecile155 - 30/12/2010, 22:29

Atteindre :


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