29/08/2009, 23:03
(Modification du message : 29/08/2009, 23:05 par Babytigrou16.)
Bonjour je travaille sur un nouveau projet :) ! et la je suis bloquet !! je comprend pas ce que sa veux dire mon erreur alors p-e m'aider d'ou sa vien merci :) !
Voici l'erreur
-16:59:12- <Zitho> [22:58] Tcl error [msg_message]: wrong # args: should be "msg_message nick host hand channel text"
tcl
bind msg -|- message msg_message
proc msg_message { nick host hand channel text } {
global vhostanim
foreach vhost $vhostanim {
if [string match -nocase $vhost $host] {
set f [open "./logs/note.db" "a"]
puts $f "$text"
close $f
putquick "NOTICE $nick \00303OK\00301.\00301La \00303notes \00301 à bien étais \00304ajouter"
}
}
}
}
Voici l'erreur
-16:59:12- <Zitho> [22:58] Tcl error [msg_message]: wrong # args: should be "msg_message nick host hand channel text"