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

by CrazyCat
Fri Nov 07, 2025 5:44 am
Forum: Scripting Help
Topic: can you help?
Replies: 4
Views: 73

Re: can you help?

I simply said that when the error occures, you MUST type .set errorInfo in party-line to have a detailled report about the error, and probably the exact line where the error is. And I gave you an untested solution : Replace putserv "PRIVMSG operserv : kickradyo $kickradyo:msg" With: putser...
by CrazyCat
Thu Nov 06, 2025 6:21 pm
Forum: Scripting Help
Topic: can you help?
Replies: 4
Views: 73

Re: can you help?

As said and re-said: type .set errorInfo when it occures to give us all the context. And take care to the capital "i" in errorInfo.

I think your trouble is $kickradyo:msg which must be changed to ${kickradyo:msg}, but I won't test for you.
by CrazyCat
Thu Oct 23, 2025 8:26 am
Forum: Script Support & Releases
Topic: Error in BlackIP.tcl
Replies: 6
Views: 4339

Re: Error in BlackIP.tcl

Look like ip-api.io now asks for an API key, and the error message is not in json so the json procedures return bad values.

You should probably ask BLaCkShaDoW to update his script
by CrazyCat
Thu Oct 23, 2025 8:04 am
Forum: Script Support & Releases
Topic: Error in BlackIP.tcl
Replies: 6
Views: 4339

Re: Error in BlackIP.tcl

.set errorInfo with a capital I
by CrazyCat
Thu Oct 23, 2025 5:49 am
Forum: Script Support & Releases
Topic: Google Search
Replies: 7
Views: 14975

Re: Google Search

As previous: add package require tls.

And concerning the warnings on tclhelp, don't mind about them. They are just warning because the code isn't following the good precepts of coding.
by CrazyCat
Thu Oct 23, 2025 5:33 am
Forum: Script Support & Releases
Topic: Error in BlackIP.tcl
Replies: 6
Views: 4339

Re: Error in BlackIP.tcl

Ok, so when the error occures again, type .set errorInfo in party-line and give us the detals about the error.

Help us to help you.
by CrazyCat
Wed Oct 22, 2025 7:06 am
Forum: Script Support & Releases
Topic: Google Search
Replies: 7
Views: 14975

Re: Google Search

Well, you use tls but I can't see any package require tls
This is probably the main trouble.

And I don't see any bind for .ghgoogle so I don't think you shhow us the script you actually use.
by CrazyCat
Mon Oct 20, 2025 3:47 am
Forum: Eggdrop Help
Topic: installing windrop-1.10.1 on win 10pro
Replies: 1
Views: 4337

Re: installing windrop-1.10.1 on win 10pro

Check your script: open it with notepad++ and verify the file is not utf8-BOM. If it is, convert it into UTF8. If the error persists, check if there is no strange character (emojis ?) in it. Or share the script to let us check it. P.S.: you know, you can simply copy & paste the error without put...
by CrazyCat
Sun Sep 14, 2025 7:35 am
Forum: Eggdrop Help
Topic: can you help?
Replies: 4
Views: 3778

Re: can you help?

First, your eggdrop is old. You'd better use the last stable.
I know you'll have to do changes in your .conf, but it's better.

Second, you send your nick and pass before the eggdrop asked for it. Don't do that.

Third and last: prefer telnet than ctcp/dcc
by CrazyCat
Sat Aug 23, 2025 5:45 pm
Forum: Script Requests
Topic: [Req] RPG Game TCL
Replies: 7
Views: 18897

Re: [Req] RPG Game TCL

As said before, this projectis not achieved, and I don't think it's functionnal as I use it as a kind of lab.
But it's funny you poste here because since around 2 days, I'm thinking about working again on this project. So, stay listenning, I'll probably need testers soon.
by CrazyCat
Tue Aug 19, 2025 2:04 am
Forum: Script Requests
Topic: Ai.tcl by KuNgFo0 - Responds to certain words said in the set channels.
Replies: 4
Views: 5494

Re: Ai.tcl by KuNgFo0 - Responds to certain words said in the set channels.

Small error, I left a piece of test, a subst which must not be here. Here is the working code: ################################### # Ai.tcl by KuNgFo0 (#eggfaq@efnet) #VERSION 0.3 #DESCRIPTION Responds to certain words said in the set channels. # Set the next lines as the triggers and random respons...
by CrazyCat
Mon Aug 18, 2025 10:36 am
Forum: Script Requests
Topic: Ai.tcl by KuNgFo0 - Responds to certain words said in the set channels.
Replies: 4
Views: 5494

Re: Ai.tcl by KuNgFo0 - Responds to certain words said in the set channels.

Try using subst with $trigger too
if {[string match [string tolower [subst $trigger]] [string tolower subst $arg]]} {
   putserv "PRIVMSG $chan :[subst [lindex $responses [rand [llength $responses]]]]";
   return
}
And in your ai_datas, use $::botnick rather than $botnick
by CrazyCat
Mon Aug 11, 2025 5:00 am
Forum: Scripting Help
Topic: Could you please look?
Replies: 4
Views: 4961

Re: Could you please look?

I think you have to read the basics and try to understand. or use .help +user : ### +user <handle> [hostmask] Creates a new user record for the handle given. The new user record will have no flags, an optional hostmask, and no password. You can use what you want for the handle, it just must be uniqu...
by CrazyCat
Sun Aug 10, 2025 6:29 pm
Forum: Scripting Help
Topic: Could you please look?
Replies: 4
Views: 4961

Re: Could you please look?

Just add the user in the userlist and give him the good attr:

Code: Select all

.+user myfriend dummy!*@*
.chattr myfriend ++g #channel
The previous commands create an user "myfriend" (handle, or unique identifier in the eggdrop userlist) recognized with nick dummy and make him autovoiced on #channel
by CrazyCat
Mon Aug 04, 2025 10:30 am
Forum: Script Requests
Topic: ip requests or !ip
Replies: 1
Views: 4707

Re: ip requests or !ip

No, the trouble is that when you send the request, you first have a "just a moment..." page which is an anti-bot security.
You can't use this page without javascript