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.

Search found 7 matches

by sysusr
Sun Apr 12, 2020 2:32 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20800

cool script but is there any way you could do states/provinces?
by sysusr
Wed Apr 03, 2019 10:22 pm
Forum: Scripting Help
Topic: Need help with IPinfo Script
Replies: 23
Views: 24221

i have a slight inquiry since your last update, you can no longer look up IPv6 addresses

so i decided to remove the regex that requires numerical digits and it worked just fine
by sysusr
Fri Oct 12, 2018 2:09 pm
Forum: Scripting Help
Topic: Need help with IPinfo Script
Replies: 23
Views: 24221

Forgot to reply back. Script works flawless now. Thank you
by sysusr
Mon Sep 17, 2018 10:43 am
Forum: Scripting Help
Topic: Need help with IPinfo Script
Replies: 23
Views: 24221

You might like to be SURE that you have json, etc. In the partyline, do: .tcl package names and it will return a list of everything. Check to be sure that it is finding what you want/need. ( You will need to have the use of .tcl for owner's use, enabled in eggdrop.conf for this to work. ) OK i got ...
by sysusr
Mon Sep 17, 2018 10:06 am
Forum: Scripting Help
Topic: Need help with IPinfo Script
Replies: 23
Views: 24221

caesar wrote:If you have tcllib then you don't need that separate json.tcl file, it should work without it.
Unfortunately it still does not work. Any other suggestion?
by sysusr
Sun Sep 16, 2018 1:54 pm
Forum: Scripting Help
Topic: Need help with IPinfo Script
Replies: 23
Views: 24221

Not sure what you mean. But I tried to load json and it broke. I already have tcllib package installed on my box. Just looking for the simplest way to parse the data
by sysusr
Sun Sep 16, 2018 11:13 am
Forum: Scripting Help
Topic: Need help with IPinfo Script
Replies: 23
Views: 24221

Need help with IPinfo Script

So far I have the following code to read data from ipinfo.io Example of the site: https://ipinfo.io/8.8.8.8/json proc geo {n u h c t} { catch {set http [::http::geturl http://ipinfo.io/[lindex $t 0]/json -timeout 6000]} error if {[string match "*error*" $error]} { putserv "PRIVMSG $c ...