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

by Arnold_X-P
Sun May 11, 2025 12:56 pm
Forum: Script Support & Releases
Topic: Google Search
Replies: 2
Views: 2501

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

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

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

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

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

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

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

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

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

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...
by Arnold_X-P
Tue Apr 29, 2025 11:19 pm
Forum: Script Support & Releases
Topic: badnick advertise kick
Replies: 5
Views: 2750

badnick advertise kick

I found this TCL in the forum but it has problems, it kicks out whoever enters with a normal one. #Set this to all the bad nicks you would like to ban for.Wildcards supported. set bnick { "*rape*" "*fuk*" "*badwa" "*phudi*" "*fudi" "*pussy*"...
by Arnold_X-P
Tue Apr 29, 2025 1:44 am
Forum: Script Support & Releases
Topic: automatic ban cleaner (with a resetter maxbanlist)
Replies: 2
Views: 1704

automatic ban cleaner (with a resetter maxbanlist)

writing of awyeah The TCL works fine, the problem is that when the ban list is full, the message is repeated twice when sent. example: NOTICE @$chan :BANLIST FULL: WARNING or NOTICE @$chan :BANLIST FULL: WARNING ###################################### ## -------------------------------- ## ## Channel...
by Arnold_X-P
Mon Apr 28, 2025 11:04 pm
Forum: Script Requests
Topic: [SOLVED] Date | time | Unix time
Replies: 23
Views: 65011

Re: [SOLVED] Date | time | Unix time

This TCL has stopped working, when I request it, it only shows me this .t japan No any information found for "japan" It worked fine before, the data I requested came out, please someone help me package require http package require tls 1.6.4 bind pub - .t worldntime proc worldntime {nick uh...
by Arnold_X-P
Sat Apr 26, 2025 4:26 pm
Forum: Scripting Help
Topic: help in assci code
Replies: 5
Views: 9258

Re: help in assci code

CrazyCat Thank you very much, it worked perfectly for me, I already tried it, thanks again then it would look like this (ASCII).. as long as the IRCD supports it : \003 => colors \002 => bold \037 => underline \026 => italic / inverted (not supported by all ircds) \036 => Strikethrough https://i.pos...