10/06/2011, 15:06
Bonjour,
Voila moi j'ai eut ceci en bug avec le TCL.
Donc nous avons eut une conversation ya quelque jour de cela à se sujet.
Et j'ai donc rajouté une exception à la proc de part :
Et la j'ai plus cette fameuse erreur si jamais sa se reproduit chez quelqu'un aussi au moins ça pourra aider
Voila moi j'ai eut ceci en bug avec le TCL.
Citation :[14:59:24] ( alias_angelius ) .-chan #test
[14:59:24] <Notifica> [14:59:57] Tcl error [::NCR::user_has_left]: no such channel record
Donc nous avons eut une conversation ya quelque jour de cela à se sujet.
Et j'ai donc rajouté une exception à la proc de part :
tcl
proc NCR::user_has_left {nick host hand chan reason} {
if {$nick == $::botnick } { return 0 }
if { (![channel get $chan NCR])
|| ($reason eq "Ping timeout")
|| ($reason eq "Connection reset by peer")
} then {
return
} elseif { [set index [::NCR::hash2index [md5 "[set host][set chan]"]]] ne "" } {
unset ::NCR::memory($index)
}
}
Et la j'ai plus cette fameuse erreur si jamais sa se reproduit chez quelqu'un aussi au moins ça pourra aider
