Quote:
Originally Posted by Atmos
Hello,
I have ioninja runnning on windrop 1.18 ssl and all works perfectly exept for the plugin pretime.tcl
it keeps saying it cant find package mysqltcl
I installed mysqltcl and added some lines in eggdrop.conf and i get no errors that it cant load or find anything so i guess it works.
But the script still says it cant find package mysqltcl so i cant use the pretime.tcl
Any help would be verry nice
Thx
|
I think you have to compile mysql.mod under cygwin again.
Or try this version
http://barkerjr.net/pub/irc/eggdrop/....0.6.win32.zip
Can't find windrop version of mysqltcl atm (only reports of not getting it to work under windrop)
another thing i found is that myqsltcl isn't a eggdrop module but a tcl module so you may try loading it with just load and not loadmodule
btw bakerjr's version runs faster then tcl scripts but maybe it's outdated
[solved]
Found on other forum
Quote:
edit: problem solved!
Code:
load mysqltcl.dll
|