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

by ComputerTech
Sat May 08, 2021 4:13 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 38095

Okay so, i fixed the problems, however due to openweathermap only prefering alpha codes. this is how to use it For a location specified with the country name only with 2 letters can either have a , at the end of the city name or not, up to you, doesn't matter. !w london, GB or !london GB If however ...
by ComputerTech
Sat May 08, 2021 4:07 pm
Forum: Scripting Help
Topic: Best way to test Proc speed
Replies: 9
Views: 4766

Okay, so what would be an alternative way to test proc speed and not rely on CPU ? would need exact 0.00seconds to compare different procs :P

thanks in advanced
by ComputerTech
Sat May 08, 2021 1:50 am
Forum: Scripting Help
Topic: Best way to test Proc speed
Replies: 9
Views: 4766

Just curious why the "time" command yields different milliseconds each time 125 microseconds per iteration % time {puts "hello"} 1 hello 121 microseconds per iteration % time {puts "hello"} 1 hello 126 microseconds per iteration % time {puts "hello"} 1 hello 1...
by ComputerTech
Wed May 05, 2021 11:28 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 38095

########################################################### # CT-Weather # ########################################################### # Author: ComputerTech # # Email: ComputerTech312@Gmail.com # # Github: https://github.com/computertech312 # # Version: 0.2 # # Release: 27/04/2021 # ##############...
by ComputerTech
Tue Apr 27, 2021 6:22 pm
Forum: Script Support & Releases
Topic: need help in this old script
Replies: 7
Views: 3681

Firstly: If you haven't tried these steps already Have you tried .set errorInfo in partyline to have more information about it ? Or maybe even look in Partyline? Or tried .binds to insure the script is loaded? Secondly Perhaps even try Version 0.2 ? http://forum.egghelp.org/viewtopic.php?t=16380&...
by ComputerTech
Tue Apr 27, 2021 6:17 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 38095

Here it is ########################################################### # CT-Weather # ########################################################### # Author: ComputerTech # # Email: ComputerTech312@Gmail.com # # Github: https://github.com/computertech312 # # Version: 0.2 # # Release: 27/04/2021 # ####...
by ComputerTech
Sat Apr 24, 2021 12:04 pm
Forum: Script Requests
Topic: about bind flud
Replies: 10
Views: 3926

Try this set joinlockmodes "i" # eggdrop will unlock the channel after the specified time in seconds you will set below set unlocktime "60" # set the reason you want set jreason "test test" bind flud - join joinflood:mytest proc joinflood:mytest {nick uhost hand type ch...
by ComputerTech
Sat Apr 24, 2021 3:56 am
Forum: Script Requests
Topic: about bind flud
Replies: 10
Views: 3926

Yeah, you need return 1 to prevent the "normal punishments" Read more on bind flud here https://docs.eggheads.org/mainDocs/tcl-commands.html bind FLUD - join jo:in proc jo:in {nick host hand type chan} { if {![botisop $chan] || [matchattr $hand ofmn|ofmn]} {return} set banmask "*!*@[l...
by ComputerTech
Thu Apr 22, 2021 11:00 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 38095

uh apologies, i made a new version of CT-weather and seem to have forgot to post the new one here, i'll do it in the morning :wink:

Code: Select all

[04:01] (@TechQ) [Weather] London, GB | 3.04C | 2.06mph | clear sky | 81%
by ComputerTech
Thu Apr 15, 2021 2:42 pm
Forum: Scripting Help
Topic: Setting $chan when not a arg
Replies: 18
Views: 9060

Interesting DasBrain, thanks very much for that :wink:
by ComputerTech
Thu Apr 15, 2021 2:08 pm
Forum: Scripting Help
Topic: Setting $chan when not a arg
Replies: 18
Views: 9060

forgot about this post.

Yes willyw, that would make the ping reply proc output to the $nick

I also changed to

Code: Select all

unset pingchan($nick)
and it works great :)
by ComputerTech
Mon Apr 12, 2021 5:19 pm
Forum: Script Support & Releases
Topic: ChanRelay 4.0 i18n
Replies: 38
Views: 16934

Awesome work CrazyCat, as always :wink:
by ComputerTech
Sat Apr 10, 2021 10:30 am
Forum: Scripting Help
Topic: Using format
Replies: 3
Views: 2462

First Hiya DasBrain Second: no i want fhe script to have + between city name and , before country name (if specified) something like this set ctw(location) [join $text ,] but somehow keep + between cities and then , at the end, dunno how the best way to specify the end of the city name, but all idea...
by ComputerTech
Sat Apr 10, 2021 12:15 am
Forum: Scripting Help
Topic: Using format
Replies: 3
Views: 2462

Using format

Hey, so i am trying to make it possible for this !w los+angeles, United States i need + between city name and , at the end (before country) package require json package require tls package require http set ctw(api) "YOUR-API-KEY-HERE" bind PUB - "!w" weather:call proc weather:cal...
by ComputerTech
Wed Apr 07, 2021 11:31 am
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 38095

Sure {"coord":{"lon":-0.1257,"lat":51.5085},"weather":[{"id":804,"main":"Clouds","description":"overcast clouds","icon":"04d"}],"base":"stations","main":{"...