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

by Arnold_X-P
Wed Oct 22, 2025 11:01 am
Forum: Script Support & Releases
Topic: Google Search
Replies: 7
Views: 15196

Re: Google Search

the code I use ############################################################################################## ## Advanced Google.tcl for eggdrop by CP1832 & Arnold_X-P networks: DALnet #tcls ChatZona #tcl Libera.Chat #tcls #########################################################################...
by Arnold_X-P
Wed Oct 22, 2025 1:08 am
Forum: Script Support & Releases
Topic: Google Search
Replies: 7
Views: 15196

Re: Google Search

I also uploaded the code to the paste page and it made me notice that it has errors in http://paste.tclhelp.net/?id=72ne
Image
Can you help me with those two options that I showed?
by Arnold_X-P
Wed Oct 22, 2025 12:58 am
Forum: Script Support & Releases
Topic: Google Search
Replies: 7
Views: 15196

Re: Google Search

I found this error in the Google search : In the first search it works well for me .ghgoogle irc The detail is in the second search it gives me a result and then tells me : I can't find any results for calgaruns it .ghgoogle calgaruns it https://i.postimg.cc/x8zptpCD/google-1.jpg Apparently somethin...
by Arnold_X-P
Sun Oct 19, 2025 6:14 pm
Forum: Eggdrop Help
Topic: installing windrop-1.10.1 on win 10pro
Replies: 1
Views: 4543

installing windrop-1.10.1 on win 10pro

Good morning everyone. I've installed Windrop-1.10.1 https://github.com/8b418c26-2b86-4b09-a96d-3662b72dbd41 The configuration I use to boot and log into the dalnet network is as follows. # This is a sample Eggdrop configuration file which includes all possible # settings that can be used to configu...
by Arnold_X-P
Mon Aug 18, 2025 10:34 pm
Forum: Script Requests
Topic: Ai.tcl by KuNgFo0 - Responds to certain words said in the set channels.
Replies: 4
Views: 5696

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

################################### # 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 responses you want # (wildcards may be used) set ai_data { {"Hello" "Hi $::botnick&quo...
by Arnold_X-P
Sun Aug 17, 2025 11:54 pm
Forum: Script Requests
Topic: Ai.tcl by KuNgFo0 - Responds to certain words said in the set channels.
Replies: 4
Views: 5696

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

I found this TCL in the forum, it's very good. ################################### # 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 responses you want # (wildcards may be used) set ai_dat...
by Arnold_X-P
Mon Aug 11, 2025 6:18 pm
Forum: Scripting Help
Topic: writing and variants
Replies: 0
Views: 13549

writing and variants

What would be correct in these two variants, the use or method of UTF? putserv [encoding convertfrom utf-8 "PRIVMSG $chan :$text"] puthelp [encoding convertto utf-8 "PRIVMSG $chan :$text"] And regarding this second question, this variant that I use at the moment works well for me...
by Arnold_X-P
Fri Aug 08, 2025 11:10 pm
Forum: Script Requests
Topic: Stacking autovoice with delay.
Replies: 3
Views: 6906

Re: Stacking autovoice with delay.

maybe this tcl is what you really need #################################auto-voice############################# # before loading this script make a user # called "novoice" that contains the hostmasks # that you don't wish to have +v in the channel # bind join - * oj_voice proc oj_voice {ni...
by Arnold_X-P
Sun Aug 03, 2025 11:59 pm
Forum: Script Requests
Topic: ip requests or !ip
Replies: 1
Views: 4835

ip requests or !ip

bind pub - .ip msg_ipwhois proc msg_ipwhois {nick uhost hand chan text} { global botnick if {$text == "" } {putquick "PRIVMSG $chan :You have to use true command for look up whois information. Command: .ip ipnumber";return} if {[string match -nocase "*" $text]} { set c...
by Arnold_X-P
Sun May 11, 2025 12:56 pm
Forum: Script Support & Releases
Topic: Google Search
Replies: 7
Views: 15196

Re: Google Search

I'm not sure it will work but I will apply it. # utimer $googleantirepe [list dict unset googleS_ignore $host] putlog "Time for $host is [dict get googleS_ignore $host]" I apply what you recommend to remove, the TCL stops working and gives me an error [16:46:32] Tcl error [google]: missing...
by Arnold_X-P
Sat May 10, 2025 11:29 pm
Forum: Script Support & Releases
Topic: Google Search
Replies: 7
Views: 15196

Google Search

Please help. The wait time for a search sometimes doesn't work properly. I'm referring to this section: set googleantirepe 14 ############################################################################################## ## Advanced Google.tcl for eggdrop by CP1832 & Arnold_X-P networks: DALnet ...
by Arnold_X-P
Thu May 01, 2025 8:48 pm
Forum: Script Support & Releases
Topic: AutoReop
Replies: 9
Views: 24164

Re: AutoReop

It works very well for me this way. # delay time (in minutes) to REOP Bot. set autoopchan 4 bind mode - "*+o*" Re-OP:Me bind mode - "*-o*" Re-OP:Me proc Re-OP:Me {nick uhost hand chan mode target} { global botnick autoopchan if {$mode eq "-o" && [isbotnick $targ...
by Arnold_X-P
Wed Apr 30, 2025 10:34 pm
Forum: Script Support & Releases
Topic: badnick advertise kick
Replies: 5
Views: 12285

Re: badnick advertise kick

thanks CrazyCat the tcl works great ... final code : #Set this to all the bad nicks you would like to ban for. Wildcards supported. set bnick { "*rape*" "*fuk*" "*badwa" "*phudi*" "*fudi" "*pussy*" "*boobs*" "*porn*" &qu...
by Arnold_X-P
Wed Apr 30, 2025 8:54 pm
Forum: Script Support & Releases
Topic: AutoReop
Replies: 9
Views: 24164

Re: AutoReop

thanks simo I will try the TCL I tested it and the TCL doesn't work. When I remove the OP, the timeout passes and the auto-op doesn't work. bind mode - * Re-OP:Me set autoopchan 4 proc Re-OP:Me {nick uhost hand chan mode target} { global botnick autoopchan if {$mode eq "-o" && [isb...