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

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: 0
Views: 20

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: 142

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: 1949

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: 583

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: 2
Views: 10326

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: 2
Views: 10326

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: 18066

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: 7950

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: 18066

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...
by Arnold_X-P
Wed Apr 30, 2025 11:25 am
Forum: Script Support & Releases
Topic: badnick advertise kick
Replies: 5
Views: 7950

Re: badnick advertise kick

thanks CrazyCat.. I can't find your suggestion
by Arnold_X-P
Wed Apr 30, 2025 12:40 am
Forum: Script Support & Releases
Topic: AutoReop
Replies: 9
Views: 18066

Re: AutoReop

I implemented a killtimer, but I don't know if it will work so that it only asks for auto-reop once and then not again. This is to prevent auto-reop @ abuse in services. Can you please help me? bind mode - "*-o*" prot_deop set autoopchan 4 proc prot_deop {nick uhost hand chan mc argv} { gl...
by Arnold_X-P
Wed Apr 30, 2025 12:31 am
Forum: Script Support & Releases
Topic: AutoReop
Replies: 9
Views: 18066

Re: AutoReop

The detail for me is this... [22:18] * JulieTh sets mode: -o Kantuta [22:18] * ChanServ sets mode: +o Kantuta [22:18] * JulieTh sets mode: -o Kantuta [22:18] -ChanServ:#beni2- Kantuta has deopped JulieTh [22:18] * ChanServ sets mode: +o Kantuta [22:18] * JulieTh sets mode: -o Kantuta [22:18] -ChanSe...
by Arnold_X-P
Wed Apr 30, 2025 12:30 am
Forum: Script Support & Releases
Topic: AutoReop
Replies: 9
Views: 18066

AutoReop

I have this TCL and when temporary operator access is removed, the TCL uses a recovery time of 4 minutes. bind mode - "*-o*" prot_deop proc prot_deop {nick uhost hand chan mc argv} { global botnick if {[isbotnick $argv] && ![matchattr $hand mn|mn $chan]} { putnow "chanserv deo...
by Arnold_X-P
Tue Apr 29, 2025 11:49 pm
Forum: Script Support & Releases
Topic: badnick advertise kick
Replies: 5
Views: 7950

Re: badnick advertise kick

and it works well because it no longer kicks any nickname, it only kicks bad nicknames #Set this to all the bad nicks you would like to ban for. Wildcards supported. set bnick { "*rape*" "*fuk*" "*badwa" "*phudi*" "*fudi" "*pussy*" "*b...