Messages Delivery Service (version actuelle : 3.0)
#13
Remplace la ligne
tcl
putserv "PRIVMSG $MDS::nickserv :STATUS $nick"


par
tcl
putserv "PRIVMSG $MDS::nickserv :ACC $nick"



Remplace la ligne
tcl
bind notc - "STATUS *" MDS::ns_status


par
tcl
bind notc - "* ACC *" MDS::ns_status



Remplace la ligne
tcl
if { ([string tolower $nick] ne [string tolower $MDS::nickserv]) || (![string match -nocase "STATUS *" $text]) || ($array_content eq "") } {


par
tcl
if { ([string tolower $nick] ne [string tolower $MDS::nickserv]) || (![string match -nocase "* ACC *" $text]) || ($array_content eq "") } {



Remplace la ligne
tcl
} elseif { [string tolower [set identity [lindex [split [set array_entry [lindex $array_content 1]]] 0]]] ne [string tolower [lindex [split $text] 1]] } {


par
tcl
} elseif { [string tolower [set identity [lindex [split [set array_entry [lindex $array_content 1]]] 0]]] ne [string tolower [lindex [split $text] 0]] } {



Teste et fais-moi savoir si ça fonctionne. Si ce n'est pas le cas, vois si des messages d'erreur s'affichent en partyline.
Répondre Avertir


Messages dans ce sujet
RE: [script] Messages Delivery Service (version actuelle : 2.11) - par MenzAgitat - 23/06/2011, 13:19

Atteindre :


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