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

by SpiKe^^
Mon Aug 21, 2023 7:31 pm
Forum: Scripting Help
Topic: need help with warn script
Replies: 11
Views: 7404

You can't just name all of your processes the same thing...

Code: Select all

proc chan:warn {nick uhost hand chan arg} {
the last one in the file just over-writes the others.

Delete the 2nd bind and process, and .restart the bot.
by SpiKe^^
Sun Aug 20, 2023 1:55 pm
Forum: Scripting Help
Topic: need help with warn script
Replies: 11
Views: 7404

MSG is Not a proper IRC command

MSG is Not a proper IRC command!

Try using PRIVMSG...

Code: Select all

putquick "PRIVMSG $chan :\002WARN\002 for $chan sent to $nick"
by SpiKe^^
Wed Aug 09, 2023 12:08 am
Forum: Script Requests
Topic: Searching tcl cryptocurrency
Replies: 1
Views: 3328

yhoo.tcl does all crypto

yhoo.tcl does all crypto prices!

http://forum.egghelp.org/viewtopic.php?t=21261
by SpiKe^^
Sat Jun 17, 2023 2:48 pm
Forum: Script Requests
Topic: mass-join-protection by SpiKe^^- Netsplits Problems.
Replies: 47
Views: 47781

mass-join-protection.tcl v1.6.3 (15Jun2023)

New Script Version!! mass-join-protection.tcl v1.6.3 (15Jun2023) by SpiKe^^ !!!! This version is a DALnet specific script !!!! ## Version 1.6.3 tries to add script specific netsplit tracking! (by user): # 1) New setting controls how long to save netsplit users user@host info. # 2) New setting to exe...
by SpiKe^^
Sat Jun 17, 2023 2:41 pm
Forum: Script Requests
Topic: anti mass joins with netsplit check
Replies: 3
Views: 4223

mass-join-protection.tcl v1.6.3 (15Jun2023)

New Script Version!! mass-join-protection.tcl v1.6.3 (15Jun2023) by SpiKe^^ !!!! This version is a DALnet specific script !!!! ## Version 1.6.3 tries to add script specific netsplit tracking! (by user): # 1) New setting controls how long to save netsplit users user@host info. # 2) New setting to exe...
by SpiKe^^
Mon May 15, 2023 12:40 pm
Forum: Script Requests
Topic: random colors per character
Replies: 9
Views: 9718

No need for +1

caesar,

I don't agree with any of that.

[rand] works well with [lindex] and [llength], without the need for any extra math:)
by SpiKe^^
Sat May 13, 2023 8:50 am
Forum: Script Requests
Topic: [SOLVED] Bartender script (PHP)
Replies: 14
Views: 14616

by SpiKe^^
Sun May 07, 2023 12:21 pm
Forum: Script Requests
Topic: remove last ban or a range of last set bans
Replies: 7
Views: 4955

Code: Select all

set lasts [lrange $chanbanlist end-[expr {$n - 1}] end]
by SpiKe^^
Wed Apr 26, 2023 7:01 am
Forum: Scripting Help
Topic: tls::socket question
Replies: 2
Views: 3966

Try something more like this (replace the.server.name with the server name you are connecting to)

Code: Select all

::http::register https 443 [list ::tls::socket -servername the.server.name]
by SpiKe^^
Tue Apr 25, 2023 2:19 pm
Forum: Script Support & Releases
Topic: [SOLVED]BogusTrivia on unrealircd - user commands don't work
Replies: 4
Views: 5449

good deal:)
by SpiKe^^
Mon Apr 24, 2023 6:44 pm
Forum: Script Support & Releases
Topic: [SOLVED]BogusTrivia on unrealircd - user commands don't work
Replies: 4
Views: 5449

The BogusTrivia public commands have no known issues. Make sure you have the most recent version of the script (2.06.4.7). There are some flags settings that might affect those commands. They should be left at default for everyone. Make sure you are using the correct commands, as you can change the ...
by SpiKe^^
Mon Apr 24, 2023 11:25 am
Forum: Script Support & Releases
Topic: yhoo.tcl finance script
Replies: 6
Views: 5982

Each line can have any number of alternate triggers.
by SpiKe^^
Mon Apr 24, 2023 10:27 am
Forum: Script Support & Releases
Topic: yhoo.tcl finance script
Replies: 6
Views: 5982

yhoo custom commands

You can add any number of custom commands in the script setting... # set public Custom Command Triggers: () # set yh(cust_cmds) { gold au go GC=F silver ag si sil silv SI=F crude cr cru crud crudeoil CL=F eur eurusd eur/usd EURUSD=X gbp gbpusd gbp/usd GBPUSD=X usdjpy usd/jpy JPY=X bitcoin btc btcusd...
by SpiKe^^
Mon Apr 17, 2023 11:57 am
Forum: Eggdrop Help
Topic: Cant Find a Ban That Keeps Occuring
Replies: 3
Views: 3865

bans can be saved to the eggdrop .user file.
by SpiKe^^
Tue Apr 11, 2023 7:54 pm
Forum: Script Support & Releases
Topic: yhoo.tcl finance script
Replies: 6
Views: 5982

yhoo.tcl finance script

If you know the financial symbol, you can get the current quote info from finance.yahoo.com Please suggest what else this script needs:) ########### yhoo.tcl ver. 0.1 by SpiKe^^ ########## 08Apr2023 ########### #### public yhoo.tcl command #### # command syntax: !yh <symbol> # example: !yh csl # .q ...