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.

problem with part_deauth

Old posts that have not been replied to for several years.
Locked
n
ns

problem with part_deauth

Post by ns »

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-
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

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 »

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 »

wow, it's work chrone :) . thx for yer sollution. thx for everybody who are replying my posting :wink: .
Locked