This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
n
ns
Post
by ns » Thu Dec 12, 2002 6:47 pm
i have a problem, when i was parting the same channel with my bot. i always got
Tcl error [part_deauth]: called "part_deauth" with too many arguments
on my bot. anyone can help me to solved this problem ? -thx-
Photon
Op
Posts: 170 Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England
Post
by Photon » Thu Dec 12, 2002 7:04 pm
This would be a specific error with one of the scripts you are running.
It would help us if you could list the scripts you are running, but even more if you could open each one and search for the string 'part_deauth' (without the quotes, obviously.
When you find that, paste this function.
c
chrone
Post
by chrone » Fri Dec 13, 2002 4:02 pm
put this at your proc part deauth: {msg ""}
for example:
proc part_deauth {nick uhost hand chan {msg ""}} {
and the proc is here
}
many ircd supports part msg thesedays, and maybe your tcl isn't set to accept those changes, the part msg. hehehe :p
n
ns
Post
by ns » Fri Dec 13, 2002 4:31 pm
wow, it's work chrone
. thx for yer sollution. thx for everybody who are replying my posting
.