PDA

View Full Version : [Fixed] !free error (v20pre4)


ChipMunk666
07-08-2004, 01:14 PM
Tcl error [ioB:freealias]: can't read "ioBvar(silentmode)": no such variable
i checked the tcl what did i forgot?

Harm
07-09-2004, 01:14 AM
proc ioB:freealias {nick uhost hand chan args} {
global ioBvar

PS: Please join #ioBanana @ EFnet and actually stay there. Everyone using v20 pre releases should do the same.

ChipMunk666
07-09-2004, 06:32 AM
I am not allways online :'(.So i would probably miss a lot.
But thx for the answer

i put this from pre2 into pre4

proc ioB:freealias {nick uhost hand chan args} {
set chan [ioB:tlow $chan]
ioB:hiddenchk $chan
set args [lindex $args 0]
ioB:fas00 $nick $uhost $hand $chan $args
return
}
works now but still some problems maybe i should find me some time to get in the chan.Or is it updated yet in scripts?