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.

SOAP tcl + Eggdrop

Old posts that have not been replied to for several years.
Locked
M
MarkReaktor7

SOAP tcl + Eggdrop

Post by MarkReaktor7 »

Hey all,

I have been playing with eggdrop for a while now (mainly playing with others scripts etc) anyways, i have windrop installed for the time being and am trying to nut out a automated thing for a gaming community.

To the point of my post: The community i am making this code for uses SOAP to interact with their gaming servers. Long story short, can i get soap to work with firstly: Windrop and subsequently eggdrop.

Any help would be gladly appreciated..
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

check out TclSOAP
M
MarkReaktor7

Post by MarkReaktor7 »

thanks for your reply but i didnt add some important info lol

HOW do i make it work lol. I have tried to place the tclSOAP thing in my lib folder and use a require in the script. it loads but it gives me a whole heap of baloney errors like "needs soemthign" when i have that in my lib folder too!
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

[package require] won't automatically load the package unless you have created packages index using pkg_mkIndex
M
MarkReaktor7

Post by MarkReaktor7 »

this might be highly noob. but i copied the file from the activetcl folder. so it has its pkgIndex.tcl file?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

well, at least let us know what errors do you get
Locked