Eggdrop 1.8 : Petit test en passant
#23
Et n'est-ce pas tout simplement un souci de casse ?
tcl
if { [string tolower $::channel] != [string tolower $chan] } { return 0; }


Et mieux:
tcl
if { ![string equal -nocase $::channel $chan] } { return 0; }


Répondre


Messages dans ce sujet
RE: Eggdrop 1.8 : Petit test en passant - par kaloryfer - 24/09/2014, 19:19
RE: Eggdrop 1.8 : Petit test en passant - par CrazyCat - 02/12/2016, 01:36

Atteindre :


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