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 151 matches

by holycrap
Sat Jun 13, 2009 8:53 am
Forum: Script Requests
Topic: public command !add !fun text
Replies: 10
Views: 4944

Use the Putserv-O-Matic script, and change your list to look like below: "!wc*|#yourchan|privmsg %c :welcome to my room %i1. good luck and have fun" "!bye*|#yourchan|privmsg %c :good bye %i1. See you again" Replace the "#yourchan" found above (just it not pipes on eith...
by holycrap
Tue Jun 09, 2009 7:33 pm
Forum: Script Requests
Topic: !wb public command [SOLVED]
Replies: 3
Views: 2756

Thanks guys! And much thanks to you speechles, I never knew "PutServ-O-Matic" existed.

:D
by holycrap
Mon Jun 08, 2009 9:11 am
Forum: Script Requests
Topic: !wb public command [SOLVED]
Replies: 3
Views: 2756

!wb public command [SOLVED]

Hi, I have a simple mIRC code below which does the following: <holycrap> !wb test <bot> Welcome back, test! How do I go about doing this in TCL? I want to add more commands, for exe in the code below I can just copy and paste the entire block and change *wb* to something else and I have another comm...
by holycrap
Fri Jun 05, 2009 9:25 am
Forum: Script Requests
Topic: Public IP Information Checker [SOLVED]
Replies: 60
Views: 62708

You rock! Thanks a bunch :) Is it possible for me just to paste this in there and everything works? puthelp "privmsg $chan :\00304Country\003: \00302\002$country\002\003 ~ \00304City\003: \00302\002$city\002\003" Seems like I have more control with the output this way. As of right now this...
by holycrap
Sun May 31, 2009 7:24 pm
Forum: Script Requests
Topic: Public IP Information Checker [SOLVED]
Replies: 60
Views: 62708

Ok, gotcha. And again, thanks for all of your help. Have a good afternoon! :D
by holycrap
Sun May 31, 2009 5:38 pm
Forum: Script Requests
Topic: Public IP Information Checker [SOLVED]
Replies: 60
Views: 62708

Cool, understood now. :D If you only had a dime for every time you helped someone, you'll be a really rich dude, speechles. :D

I'm not getting the "city" to output... are you getting it?
by holycrap
Sun May 31, 2009 4:43 pm
Forum: Script Requests
Topic: Public IP Information Checker [SOLVED]
Replies: 60
Views: 62708

Is it possible the server I'm running on masked the trailing digits of the IP address and is messing with the code? # flag if {![channel get $chan whereis]} { return } if {![string match "*.*" $text]} { set wnick [lindex [split [getchanhost [lindex [split $text] 0] $chan] @] 1] if {[string...
by holycrap
Sun May 31, 2009 4:28 pm
Forum: Script Requests
Topic: Public IP Information Checker [SOLVED]
Replies: 60
Views: 62708

That "nick" part didn't work, but it's all good, thanks for your time. :D To make it able to do it by nick requires that nick be in the channel you issue the command in. So find this: Code: # flag if {![channel get $chan whereis]} { return } Then under it, add this code. Code: if {![string...
by holycrap
Sun May 31, 2009 3:58 pm
Forum: Script Requests
Topic: Public IP Information Checker [SOLVED]
Replies: 60
Views: 62708

Thanks much, it works now!

One last question. Which line do I modify if I want to add color to the output and such?

It's cool that it can find the location of a website... better if you can !whereis <nick> and not just IP.

:D
by holycrap
Sun May 31, 2009 3:46 pm
Forum: Script Requests
Topic: Public IP Information Checker [SOLVED]
Replies: 60
Views: 62708

Hi,

The bot keeps giving me this:

<holycrap> !whereis google.com
<bot> Timeout ( http://www.ip-adress.com/ip_tracer/google.com )
by holycrap
Sun May 31, 2009 2:46 pm
Forum: Script Requests
Topic: Public IP Information Checker [SOLVED]
Replies: 60
Views: 62708

Hello again, I don't know what I'm doing wrong. The bot is not responding and I'm not getting any error on partyline. :( Thanks again. :D bind pub -|- !whereis whereis setudef flag whereis package require http variable whereisFilter [list "*city:*" "*country:*"] proc whereis {nic...
by holycrap
Sat May 30, 2009 7:53 pm
Forum: Script Requests
Topic: Public IP Information Checker [SOLVED]
Replies: 60
Views: 62708

Sorry to bother you guys again,

Anyway to modify the output to show only "city" and "country" and nothing else, like the original script?

Thanks much!

:D
by holycrap
Mon Apr 20, 2009 10:55 am
Forum: Script Requests
Topic: Public IP Information Checker [SOLVED]
Replies: 60
Views: 62708

Public IP Information Checker [SOLVED]

Hi, I tried emailing the author of this script, but no luck. Can someone please modify the following script to pull the data from "http://www.ip-adress.com/ip_tracer/" instead of "www.ip2location.com". I find that ip2location do not have very accurate information. Thanks! #######...
by holycrap
Sat Mar 28, 2009 11:55 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436368

I'm getting the same thing.

:(
by holycrap
Fri Mar 20, 2009 10:33 pm
Forum: Eggdrop Help
Topic: italic [SOLVED]
Replies: 1
Views: 2285

italic [SOLVED]

Sorry if this was asked before.

Does tcl support "italic" output for text? Like / and some number...

Thanks

:D