bind part - "*" do_part
proc do_part {nick host hand chan } {
putserv "NOTICE $nick : Merci de ta présence parmis nous et à bientôt sur #Aide-Moi.Net"
return 0
}
here`s the error
<Aide-moi> [19:33] Tcl error [part_auth]: wrong # args: should be "part_auth nick host hand chan"
(9) PART (stackable)
bind part <flags> <mask> <proc>
procname <nick> <user@host> <handle> <channel> <msg>
Description: triggered by someone leaving the channel. The mask is
matched against "#channel nick!user@host" and can contain
wildcards. If no part message is specified, msg will be set
to "".
New Tcl procs should be declared as
proc partproc {nick uhost hand chan {msg ""}} { ... }
for compatibility.
Module: irc