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

by simo
Fri Aug 11, 2023 4:28 pm
Forum: Script Requests
Topic: ctcp no version reply help
Replies: 16
Views: 15697

Also u seem to use ping to check version
by simo
Wed Aug 09, 2023 4:47 pm
Forum: Eggdrop Help
Topic: making bot with eggdrop ?
Replies: 3
Views: 5979

Take a copy of the basic eggdrop conf file edit it and rename it and start it
by simo
Wed Aug 09, 2023 3:45 pm
Forum: Eggdrop Help
Topic: making bot with eggdrop ?
Replies: 3
Views: 5979

by simo
Wed Jul 05, 2023 9:47 am
Forum: Script Requests
Topic: anti repeatitive characters freezing bot
Replies: 2
Views: 3545

anti repeatitive characters freezing bot

greetz gentz i have a question about this tcl that detects repeated characters exceeding 20 like : hhhhhhhhhhhhhhhhhhhh h a h a h h a h a h h a h a h h a h a h hahahhahahhahahhahah haahaahaahaahaahaahaahaahaahaahaahaa and so on bind pubm - * XantiX:repeatchars:text proc XantiX:repeatchars:text {nick...
by simo
Mon Jun 26, 2023 11:39 am
Forum: Script Requests
Topic: needs an upgrade :oops:
Replies: 14
Views: 13409

depending on the ircd type and network and wether the bot is opered or not you could use different raw numerics or just the nick and the ircd will retreive the ip of the nick (if nick is still connected to the network that is) but im not sure what you are trying to do or achieve perhaps you could el...
by simo
Wed Jun 21, 2023 9:50 am
Forum: Script Requests
Topic: anti mass joins with netsplit check
Replies: 3
Views: 4230

hey there SpiKe^^ ive tested the tcl on dalnet on a netsplit and it ignored the stored hosts as expected wich is excellent and i also tested it on my own test server to try the regular mass joins check wich seems to work as expected as well so far all seems good if others would load this tcl and pro...
by simo
Sat Jun 17, 2023 6:38 pm
Forum: Script Requests
Topic: blacklisted channel with cron
Replies: 0
Views: 19730

blacklisted channel with cron

we have been using this tcl for a while and noticed the lappend part ( in proc Xbc_whoisX ) doesnt actually stack the nicks that are found on a blacklisted channel as intented then i took a closer look and it seems the bind raw 319 goes thru the nicks one by one so i was wondering if there would be ...
by simo
Sat Jun 17, 2023 4:33 pm
Forum: Script Requests
Topic: anti mass joins with netsplit check
Replies: 3
Views: 4230

Thanks SpiKe^^ i'll load it and give a test run how it goes and will report back
by simo
Thu Jun 08, 2023 8:40 am
Forum: Script Requests
Topic: anti mass joins with netsplit check
Replies: 3
Views: 4230

anti mass joins with netsplit check

i had a question/request i have been using the the code with netsplit check for a while on dalnet and it works excellent except after a netsplit its totally disabled meaning in the time its disabled massjoin floods may happen without any checks in place. I saw a friend of mine use a method in his MS...
by simo
Tue May 23, 2023 6:45 pm
Forum: Eggdrop Help
Topic: Crash!
Replies: 3
Views: 4729

Thanks for the reply Caesar Let me try that.
by simo
Mon May 22, 2023 3:45 pm
Forum: Eggdrop Help
Topic: Crash!
Replies: 3
Views: 4729

Crash!

greetz folkz, i had this incident where after a bunch of emoticons and i believe it was ascii chars as well (not sure and i cant reproduce myselve) crashed eggdrop let me post the crash error: [23:30:10] * Last context: tclhash.c/728 [Tcl proc: ::repeatf::repeatpubm, param: $_pubm1 $_pubm2 $_pubm3 $...
by simo
Mon May 15, 2023 6:46 am
Forum: Script Requests
Topic: random colors per character
Replies: 9
Views: 9740

excellent that seems to work well thanks MMX much apreciated
by simo
Sun May 14, 2023 5:06 pm
Forum: Script Requests
Topic: random colors per character
Replies: 9
Views: 9740

except the proc wich has the background color as well seems to color the spaces as well while we want the spaces to be blank and only have the actual characters with fg color and bg color
by simo
Sun May 14, 2023 4:54 pm
Forum: Script Requests
Topic: random colors per character
Replies: 9
Views: 9740

excellent that seems to work well, thanks MMX
by simo
Sun May 14, 2023 12:02 pm
Forum: Script Requests
Topic: random colors per character
Replies: 9
Views: 9740

random colors per character

greetingz folks, ive tried this to assign a color to each character in the text but it seems to do for the entire sentence instead of per character: set xfgx {00 08} set xbgx {01 02 05 06 10 12} proc wildcharcolor {text} { set xmfgx [lindex $::xfgx [rand [llength $::xfgx]]] set xmbgx [lindex $::xbgx...