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 Jan 24, 2022 12:49 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 43
Views: 45574

Ver 0.0.3 (+variable-adjusted)

Just a small code correction... ################################## ### +variable-adjusted Notes ### # Corrected the usage of [variable] inside procs. # Corrected the "Metric type" setting explanation. ################################## ################################# # CTweather ### # Ve...
by SpiKe^^
Wed Jan 19, 2022 3:07 am
Forum: Scripting Help
Topic: ban duration convert from: y-m-w-d-h to minute
Replies: 18
Views: 5338

Fix cat's error by adding the [catch]es like I added to mine.
an empty string cant be used in an exp:)
by SpiKe^^
Wed Jan 19, 2022 3:04 am
Forum: Scripting Help
Topic: ban duration convert from: y-m-w-d-h to minute
Replies: 18
Views: 5338

That's odd, I get a $min of 10080

That should work as a good expire time as it is an integer number.

Have you used the very last code I posted without edits?
by SpiKe^^
Tue Jan 18, 2022 3:11 am
Forum: Scripting Help
Topic: ban duration convert from: y-m-w-d-h to minute
Replies: 18
Views: 5338

Combined and cleaned up that might look something like... bind pub o|o !addbl permanent_ban proc permanent_ban {nick host hand chan text} { set text [regsub -all -- {\s{2,}} [string trim [stripcodes * $text]] { }] set items [split $text] if {[llength $items] < 3} { putnow "notice $nick :Syntax ...
by SpiKe^^
Mon Jan 17, 2022 5:47 pm
Forum: Scripting Help
Topic: ban duration convert from: y-m-w-d-h to minute
Replies: 18
Views: 5338

How many minutes in a month?
28 to 31 days:)
by SpiKe^^
Mon Jan 17, 2022 1:13 am
Forum: Script Requests
Topic: Word of the day from Dictionary.com
Replies: 4
Views: 3505

incith:dictionary-1.5 loaded.

Goga, I loaded and tried out the script I linked above, [22:53:50] - incith:dictionary-1.5 loaded. It seems fine and quite usable:) <SpiKe^^> !dict usable <MzBitch2u> Adjective (1/3) (adj) useable, usable (capable of being put to use) "usable byproducts" -MzBitch2u- usable: Adjective 3 @ h...
by SpiKe^^
Sat Jan 15, 2022 12:37 pm
Forum: Script Requests
Topic: anti repeat from multi host/ip
Replies: 106
Views: 132081

Test that kick stacker in
multi-host-repeat.tcl v1.6.5 (16Aug2018)
and see how well it works.

Seems it stacks but without a dedicated custom kick queue?...
by SpiKe^^
Sat Jan 15, 2022 12:07 pm
Forum: Script Requests
Topic: anti repeat from multi host/ip
Replies: 106
Views: 132081

Script already has simple kick stacking code... # Max number of kicks to stack in one kick command # # - set 0 to disable this script doing kicks (ex. set mhrp(maxk) 0) # # NOTE: many networks allow more than one nick to be kicked per command. # # set this at or below the max for your network. # set...
by SpiKe^^
Sat Jan 15, 2022 11:20 am
Forum: Script Requests
Topic: Word of the day from Dictionary.com
Replies: 4
Views: 3505

Goga,

Have you tried http://tclarchive.org/download.php?id=1554
The site that script uses seems to be unchanged in many years:)
by SpiKe^^
Fri Jan 14, 2022 12:39 am
Forum: Script Requests
Topic: help for user commands to accept them without flag
Replies: 4
Views: 2582

Now I have no idea what you are talking about.
Maybe the script is just not working now?
by SpiKe^^
Thu Jan 13, 2022 11:44 am
Forum: Script Requests
Topic: help for user commands to accept them without flag
Replies: 4
Views: 2582

The script seems to provide two settings that deal with permission flags... ## #Flags for using RSS feeds commands added ( -|- for everyone ) set rss(rss_show_flags) "nm|o" ## #Flags needed to add/list/remove RSS feeds set rss(rss_add_flags) "nm|MN" Try setting one or both of the...
by SpiKe^^
Tue Jan 11, 2022 1:52 am
Forum: Scripting Help
Topic: ban enforce doesnt stack kicks
Replies: 6
Views: 2293

namespace eval enforceBans { variable enforce ; variable kickList set enforce(max) "4" #set enforce(reason_single) "Ban %ban set in %from matches your host. You are banned!" set enforce(reason_multi) "A new ban in %from matches your host. You are banned!" bind mode - &...
by SpiKe^^
Thu Jan 06, 2022 12:40 pm
Forum: Scripting Help
Topic: wont let me set maxbans on dalnet
Replies: 9
Views: 3397

Please do as I said twice and remove the : from your mode line, or replace yours with the one I offered.

I don't know what else to tell you:)
by SpiKe^^
Thu Jan 06, 2022 11:54 am
Forum: Scripting Help
Topic: wont let me set maxbans on dalnet
Replies: 9
Views: 3397

I will assume you have the script working now?
by SpiKe^^
Thu Jan 06, 2022 11:33 am
Forum: Scripting Help
Topic: wont let me set maxbans on dalnet
Replies: 9
Views: 3397

Duh.
Copy your examples exactly, neatness counts...

Code: Select all

putnow "MODE $chan +$modex $masks"