14:39 hrmm, wouldnt tls include https for tcl? 14:40 yup 14:40 hrmm, looks like either i screwed up or something weird is going on 14:40 tho frankly i should just stop being lazy and recompile eggdrop with a newer version of TCL 14:40 http://pb.stoleyour.com/view/b06fef0f 14:41 ::http::register https 443 ::tls::socket 14:41 example, https://github.com/madpinger/CoreDB/blob/master/lib/plugin/url.tcl 14:42 sadly i am an awful coder, just trying to patch it up with some packages for a friend of mine who actually knows tcl :p 14:42 — madpinger shrugs 14:42 but taking a wild guess here i pressume its not actually a package but a call made from the use of both http and tls? 14:43 since thats what i understand from what you said initially 14:43 pretty much