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 Aug 28, 2021 7:14 pm
Forum: Script Requests
Topic: Argon2 converter and reader
Replies: 6
Views: 2921

Oh i see! thank you CrazyCat, i'll try play with that :D
by ComputerTech
Sat Aug 28, 2021 1:00 pm
Forum: Script Requests
Topic: Argon2 converter and reader
Replies: 6
Views: 2921

Basically like if i use https://www.mkpasswd.net to make the password "foo" using hash-type crypt-blowfish, it makes. $2y$12$h1Xgzv0uI8YD8kuJmi50YO6nAWHgti4nPp.r1W1criPDffhnNOgHW Is it possible to use this in Tcl? i don't want to rely on Eggdrop to do this though, i'd rather use pure Tcl i...
by ComputerTech
Wed Aug 25, 2021 10:27 am
Forum: Script Support & Releases
Topic: [Solved] m00nie eggdrop URL title grabbing script
Replies: 16
Views: 12412

The problem most likely is your API key, check the API console :)
by ComputerTech
Tue Aug 24, 2021 9:47 am
Forum: Script Requests
Topic: Argon2 converter and reader
Replies: 6
Views: 2921

Ah i see, hm, what encryption could i use on Tcl then? i was trying to build a nick register for eggdrop similar to Anope services :P i'd rather not have to rely on the Eggdrop Blowfish encryption module for this either :)
by ComputerTech
Mon Aug 23, 2021 8:42 pm
Forum: Script Requests
Topic: Argon2 converter and reader
Replies: 6
Views: 2921

Argon2 converter and reader

Hiya folks, so i'm trying to develop a little bit of a Tcl pure thing more than 100% Eggdrop, but i'm thinking of a script which will convert a piece of text into Argon2 format and then paste into a txt file and also read from the text file to undo the Argon2 format back into normal text, thanks in ...
by ComputerTech
Mon Aug 02, 2021 12:59 am
Forum: Script Support & Releases
Topic: Public Kick/Ban Script (w/ stored info & extended mutes)
Replies: 30
Views: 10879

Awesome work as always. Spike^^ :)
by ComputerTech
Mon Aug 02, 2021 12:57 am
Forum: Script Support & Releases
Topic: ChanRelay 4.0 i18n
Replies: 38
Views: 16796

CrazyCat, sorry for not testing it as soon as expected, been a little busy lately, i'll try my best to test for you tomorrow :)
by ComputerTech
Thu Jul 22, 2021 10:01 am
Forum: Script Support & Releases
Topic: ChanRelay 4.0 i18n
Replies: 38
Views: 16796

CrazyCat wrote:ComputerTech, can you use https://gitlab.com/tcl-scripts/chanrela ... ebug_topic and after the bug occured, send me the chanrelay.log file ?

Think to set debug to 1 in chanrelay
Awesome! will try it as soon as i can dude :D
by ComputerTech
Tue Jul 20, 2021 1:08 pm
Forum: Script Requests
Topic: stats
Replies: 7
Views: 2986

To answer your first question PePiNo, the only script which i know is similar and that i would recommend is Here
by ComputerTech
Tue Jul 20, 2021 1:04 pm
Forum: Script Requests
Topic: GoogleNews does not respond
Replies: 1
Views: 1659

How can we possibly help you, when you haven't showed any code :lol:

Paste the full script, then we can try help you :wink:
by ComputerTech
Mon Jul 12, 2021 3:24 pm
Forum: Script Support & Releases
Topic: CTcommands
Replies: 8
Views: 5834

Yeah, i've been busy lately :roll:

Will try my best to publish a new version tonight :P
by ComputerTech
Sat Jul 03, 2021 5:14 pm
Forum: Script Support & Releases
Topic: ChanRelay 4.0 i18n
Replies: 38
Views: 16796

Okay, well "`" is the eggdrop using chanrelay.tcl, and let me go grab the logs you asked for :wink:

P.S. it's the same problem from Here
by ComputerTech
Sat Jul 03, 2021 3:23 pm
Forum: Script Support & Releases
Topic: ChanRelay 4.0 i18n
Replies: 38
Views: 16796

So, still getting this bug on topic change. * ComputerTech has changed the topic to: Welcome To #ComputerTech | Relaying to TechNet, FairNet * ` has changed the topic to: Welcome To #ComputerTech | Relaying to TechNet, FairNet * ` has changed the topic to: Welcome To #ComputerTech | Relaying to Tech...
by ComputerTech
Tue Jun 29, 2021 9:06 am
Forum: Script Requests
Topic: Testing if a IP is valid
Replies: 3
Views: 2810

Awesome! Thanks very much caesar :D

And thanks CrazyCat for the link you provided as well :)
by ComputerTech
Mon Jun 28, 2021 6:31 pm
Forum: Script Requests
Topic: Testing if a IP is valid
Replies: 3
Views: 2810

Testing if a IP is valid

So i am trying to find a code that will check if a IP has the correct syntax of a IPv4 or IPv6 IP, i have no idea how that would look, but all help is much appreciated :)