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

by simo
Sat Aug 31, 2024 5:08 am
Forum: Eggdrop Help
Topic: nick is invalid error on timeout/netsplit/etc
Replies: 6
Views: 1836

Re: nick is invalid error on timeout/netsplit/etc

the nick u use for your bot is probably already in use by someone else.
by simo
Tue Aug 13, 2024 3:32 am
Forum: Script Requests
Topic: Automatic statistics
Replies: 8
Views: 2861

Re: Automatic statistics

you could try this for the live stats, you would need to find a way to store the stats for kicks bans and such. also make sure you load thommey's ArbitraryChanmodes tcl to detect owners ~ and admins & # to enable: .chanset #channel +CheckChanStats bind cron - {0 */2 * * *} ChanStats:Check:cron s...
by simo
Sat Jul 27, 2024 8:25 am
Forum: Scripting Help
Topic: notify for when users enter the server
Replies: 2
Views: 2438

Re: notify for when users enter the server

you could try this : set monchan "#MonitorChannel" bind raw - NOTICE SnoticeMonitor proc SnoticeMonitor {from key text} { if {[string match *!*@* $from]} { return 0 ; # not a server notice } if {[regexp -nocase { CONNECT: Client connecting on port (\d+) \(class (\S+)\): ([^!]+)!([^@]+)@(\S...
by simo
Wed Jul 24, 2024 9:01 am
Forum: Script Support & Releases
Topic: Anti-Proxy TCL
Replies: 7
Views: 6654

Re: Anti-Proxy TCL

you could try this doni # __ __ __ ___ __ # _\ \\ \__ /\ \ /\_ \ /\ \__ # /\__ _ _\ \_\ \ __ __ __ __\//\ \ ___ _____ ___ ___ __ ___\ \ ,_\ # \/__\ \\ \__ /'_` \ /'__`\/\ \/\ \ /'__`\\ \ \ / __`\/\ '__`\ /' __` __`\ /'__`\/' _ `\ \ \/ # /\_ _ _\/\ \_\ \/\ __/\ \ \_/ |/\ __/ \_\ \_/\ \_\ \ \ \_\ \/\ ...
by simo
Tue Jul 16, 2024 8:13 am
Forum: Script Requests
Topic: timer reacts after double the set duration.
Replies: 2
Views: 2104

Re: timer reacts after double the set duration.

here is an example of a test: 14:12:31 (+Simo) : !cbx 14:12:39 @Hawk Sets Mode on #test to: -bbbb *!*@s44-wtu7-9op6-q76-wl2y.8856.7930.IP *!*@t1m-5w4-5541-9aa-i730.877.0687.IP *!*@8nz2-3klm-448-6k2-wi2.2932.754.IP *!*@f991-8f8-04z-83mz-0vh2.1549.3535.IP 14:12:43 @Hawk Sets Mode on #test to: -bbbb *!...
by simo
Sat Jul 13, 2024 2:34 pm
Forum: Script Requests
Topic: timer reacts after double the set duration.
Replies: 2
Views: 2104

timer reacts after double the set duration.

greetings ive been using this test tcl to clear bans with delay but for some reason it sets after 8 seconds while the value ive used is 4 seconds i cant figure why this happens. bind pub n|- !cbx CLEAR-OLD-Bans proc CLEAR-OLD-Bans {nick host hand chan text} { set chan2 "#test" bind raw - 3...
by simo
Sat Jul 13, 2024 9:57 am
Forum: Script Requests
Topic: Dronebl.org checking script
Replies: 11
Views: 3175

Re: Dronebl.org checking script

did you find a solution yet ? if its to tackle abuse and floods you could use tcl to counter that (or use the built in anti abuse/flood options) also ratbox has stackable modes per 4 from what i saw on ratbox ircd raw 005 numeric unfortunatly kicks arent stackable and is used per nick in a kick comm...
by simo
Thu Jul 11, 2024 3:38 pm
Forum: Script Requests
Topic: add banlist counter
Replies: 2
Views: 1862

Re: add banlist counter

thanks MMX that seems to work well.
by simo
Thu Jul 11, 2024 12:45 pm
Forum: Script Requests
Topic: add banlist counter
Replies: 2
Views: 1862

add banlist counter

greetings i tried to add a counter of the amount of line in this banlist tcl but it doesnt seem to count but instead it uses number 1 only im not that familiar with incr so i thought id ask here. bind dcc n banx dcc_ban_duration proc dcc_ban_duration {hand idx channel} { set chan [lindex $channel 0]...
by simo
Thu Jul 11, 2024 12:10 pm
Forum: Script Requests
Topic: Dronebl.org checking script
Replies: 11
Views: 3175

Re: Dronebl.org checking script

im not sure what IRCD version you are using but it would probably be more effective to use a dnsbl module integrated in the IRCD or use a stand alone bot designed for this poropose like HOPM or other.
by simo
Wed May 22, 2024 6:22 pm
Forum: Scripting Help
Topic: do not ban ops
Replies: 18
Views: 6234

Re: do not ban ops

see if this works for you. ##################################################### # Opciones: # Establece los canales en los que quieres comprobar los usuarios # incluye el "#" y sepáralos con un espacio. EG set checkchans "#chan1 #chan3 #otherchan" set checkchans "#mojo-pico...
by simo
Wed May 22, 2024 4:46 pm
Forum: Scripting Help
Topic: do not ban ops
Replies: 18
Views: 6234

Re: do not ban ops

you also have to consider too much use of commands: names and whois may result in disconnecting due to exceeding server commands limits, so not sure what the max stackable value is wich can be used to send whois in a line on the network you use it on, if you can provide those limits it may be integr...
by simo
Tue May 21, 2024 8:24 am
Forum: Scripting Help
Topic: do not ban ops
Replies: 18
Views: 6234

Re: do not ban ops

all i did really was add a delay on join for the bot to determine if nick isn an chanop/halfop or not and send a whois if not an chanop/halfop or any access to bot.
by simo
Mon May 20, 2024 5:27 pm
Forum: Scripting Help
Topic: do not ban ops
Replies: 18
Views: 6234

Re: do not ban ops

try this : ##################################################### # Opciones: # Establece los canales en los que quieres comprobar los usuarios # incluye el "#" y sepáralos con un espacio. EG set checkchans "#chan1 #chan3 #otherchan" set checkchans "#mojo-picon" # Palabr...
by simo
Mon May 20, 2024 1:33 pm
Forum: Scripting Help
Topic: do not ban ops
Replies: 18
Views: 6234

Re: do not ban ops

you can try this : ##################################################### # Opciones: # Establece los canales en los que quieres comprobar los usuarios # incluye el "#" y sepáralos con un espacio. EG set checkchans "#chan1 #chan3 #otherchan" set checkchans "#mojo-picon" ...