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

by simo
Mon Apr 06, 2026 9:06 am
Forum: Script Support & Releases
Topic: Blacklist script by Sir_fz
Replies: 20
Views: 30194

Re: Blacklist script by Sir_fz

ok thanks
by simo
Mon Apr 06, 2026 8:34 am
Forum: Script Support & Releases
Topic: Blacklist script by Sir_fz
Replies: 20
Views: 30194

Re: Blacklist script by Sir_fz

thanks CrazyCat, after i apllied the changes i get this complaint: (+Amigo) : !rembl \[ALme\]ria*!*@* getting this complaint: \[ALme\]ria*!*@* was not found in the blacklist. while the ban is in the banlist:: (+Amigo) : !listbl [1] - Mask: {ALJHHGHG_KHJ}*!*@* - Requester: ctcp - Bantime: 0 [2] - Mas...
by simo
Sun Apr 05, 2026 6:53 pm
Forum: Script Support & Releases
Topic: Blacklist script by Sir_fz
Replies: 20
Views: 30194

Re: Blacklist script by Sir_fz

i have a strange issue when trying to remove a ban ############################################################################# # # # Coded by: Opposing (Fz_Egg@yahoo.com) # # Version : 1.4 # # Released: November 29, 2010 # # Source : http://Sir-Fz.blogspot.com/ # ## # # Description: A blacklist sc...
by simo
Sat Jan 31, 2026 7:14 am
Forum: Script Requests
Topic: request
Replies: 4
Views: 11237

Re: request

---
by simo
Sat Jan 24, 2026 12:59 pm
Forum: Script Requests
Topic: Banmasks first without delay and with delay after
Replies: 6
Views: 14500

Re: Banmasks first without delay and with delay after

you mean like this right ?

Code: Select all

set counter 0
i've used it at the start of the proc as u suggested
that seems to work if i used proper
by simo
Sat Jan 24, 2026 10:16 am
Forum: Script Requests
Topic: Banmasks first without delay and with delay after
Replies: 6
Views: 14500

Re: Banmasks first without delay and with delay after

im not sure if its proper but i tried this and it seems to work

Code: Select all


   if {![info exists counter]} { putquick "MODE $chan +$mode $masks" -next
         }  else { after [expr {$counter*5000}] [list  puthelp "MODE $chan +$mode $masks"] }
	      incr counter 1


by simo
Sat Jan 24, 2026 10:01 am
Forum: Script Requests
Topic: Banmasks first without delay and with delay after
Replies: 6
Views: 14500

Re: Banmasks first without delay and with delay after

thank you for your reply CrazyCat ,

ive tried your suggestion and got this error :
can't read "counter": no such variable
by simo
Fri Jan 23, 2026 1:46 pm
Forum: Script Requests
Topic: Banmasks first without delay and with delay after
Replies: 6
Views: 14500

Re: Banmasks first without delay and with delay after

Any help with this code?
by simo
Tue Jan 20, 2026 8:53 pm
Forum: Script Requests
Topic: Banmasks first without delay and with delay after
Replies: 6
Views: 14500

Banmasks first without delay and with delay after

Greetingz, is there a way to have the first 6 stacked modes +bbbbbb (or of course if there are less than 6 to send in total) be sent direct without any delay and everything after that proc StackUnbans {chan banlist {max 6}} { set chan [string tolower $chan] set count [llength $banlist] while {$count...
by simo
Tue Dec 30, 2025 11:04 am
Forum: Eggdrop Help
Topic: auto de-voicing
Replies: 9
Views: 18607

Re: auto de-voicing

Hi & thanks for the replies. The mode is currently: -nodesynch Should I set it to +nodesynch to prevent a conflict with network services? Thanks again. i would set it for all channels bot is in via partyline with: .chanset * +nodesynch and i would add it in the conf file so it sets it by deault...
by simo
Mon Dec 29, 2025 1:12 pm
Forum: Eggdrop Help
Topic: auto de-voicing
Replies: 9
Views: 18607

Re: auto de-voicing

CrazyCat wrote: Mon Dec 29, 2025 10:44 am
simo wrote: Mon Dec 29, 2025 9:39 am afaik that will only kick the one who set the mode :

with kick msg
Abusing desync
No, it also reverse the mode. If the +v is set by a service's bot or the service itself, the eggdrop cannot kick it. But it will reverse the +v
ok
by simo
Mon Dec 29, 2025 9:39 am
Forum: Eggdrop Help
Topic: auto de-voicing
Replies: 9
Views: 18607

Re: auto de-voicing

afaik that will only kick the one who set the mode :

with kick msg
Abusing desync
by simo
Mon Dec 29, 2025 9:10 am
Forum: Eggdrop Help
Topic: auto de-voicing
Replies: 9
Views: 18607

Re: auto de-voicing

could you do this in partyline and paste here what settings you have in "other modes:" section

.chaninfo #yourchannel
by simo
Sun Dec 07, 2025 11:00 am
Forum: Scripting Help
Topic: check blacklisted channels after 5 minutes after joining channel
Replies: 8
Views: 24249

Re: check blacklisted channels after 5 minutes after joining channel

thanks for your reply pektek but it seems all 3 methods you posted dont meet the criteria ive mentioned in my first post and also i dont need anything unrealircd related as this is used on dalnet, but i apreciate your attempt to contribute to a solution, this is much apreciated as always ofcourse.
by simo
Sat Dec 06, 2025 5:26 am
Forum: Scripting Help
Topic: check blacklisted channels after 5 minutes after joining channel
Replies: 8
Views: 24249

Re: check blacklisted channels after 5 minutes after joining channel

Ive tried this version and it returns lot of errors, but this code seems generated by AI, did you write this code?