Hi, I'm getting this error everytime someone leaves the channel:
TCL error [part_saveseen]: called "part_saveseen" with too many arguments
the part where it calls for the proc is this:
proc part_saveseen {nick host hand chan} {
setuser $hand XTRA GOZBOT_SEEN "part $chan [unixtime]"
And the bind is:
bind part p * part_saveseen
Is anyone running GozBOT 2.1 on version 1.6.8 of Eggdrop that hasn't haven't a problem with the seen part?
btw, even with the seen disabled I still get that error. Only with all the GozBOT scripts disabled that this weird error disappears.
Thanks.