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

by m4s
Tue Mar 02, 2021 2:57 pm
Forum: Scripting Help
Topic: urltitle grabber
Replies: 11
Views: 5985

I changed this line: ::http::register https 443 ::tls::socket to http::register https 443 [list ::tls::socket -autoservername true] and the " can't read "http": no such variable " msg disappeared but I got a result with strange characters in the title: https://i.imgur.com/e9cOqzI...
by m4s
Sun Feb 28, 2021 10:57 am
Forum: Scripting Help
Topic: urltitle grabber
Replies: 11
Views: 5985

.set errorInfo

After .set errorInfo I got Currently: can't read "http": no such variable Currently: while executing Currently: "::http::status $http" Currently: (procedure "urltitle" line 11) Currently: invoked from within Currently: "urltitle $word" Currently: (procedure &q...
by m4s
Sun Feb 28, 2021 10:06 am
Forum: Scripting Help
Topic: urltitle grabber
Replies: 11
Views: 5985

ComputerTech wrote:m4s, you sure you have loaded the http.tcl package?

if not

https://core.tcl-lang.org/tcllib/dir?ci ... me=modules
I've been using m00nie youtube script for a long time which also requires http package.
It works.
by m4s
Sun Feb 28, 2021 9:38 am
Forum: Scripting Help
Topic: urltitle grabber
Replies: 11
Views: 5985

Error

Hello,

I got this error msg in DCC:

Tcl error [pubm:urltitle]: can't read "http": no such variable


The website I used:
https://www.politico.eu/article/trapped ... nightmare/

Can you pls check this script again?
by m4s
Wed Nov 11, 2020 5:11 am
Forum: Script Requests
Topic: News Script
Replies: 2
Views: 2471

Re: News Script

Goga wrote:Is there any working news tcl available which posts news in Channel ?
Country wise Possible?
hi,

this works fine:
http://forum.egghelp.org/viewtopic.php?t=20735
by m4s
Sun May 17, 2020 12:45 pm
Forum: Script Support & Releases
Topic: adding throttle in m00nie's youtube tcl
Replies: 43
Views: 30028

Oh, I did not check either. :roll:
Thanks to everyone!
by m4s
Sun May 17, 2020 5:23 am
Forum: Script Support & Releases
Topic: adding throttle in m00nie's youtube tcl
Replies: 43
Views: 30028

Yes, I also got an error message. :(

[11:20] Tcl error [m00nie::youtube::autoinfo]: unable to convert date-time string "2020-05-16T11:51:42Z": more than one time zone in string
by m4s
Thu Apr 23, 2020 10:39 am
Forum: Script Requests
Topic: Idle time channel talk script
Replies: 17
Views: 12269

Sorry to interrupt you guys (:shock:) but what shall i do with the script?

:)
by m4s
Wed Apr 22, 2020 3:30 pm
Forum: Script Requests
Topic: Idle time channel talk script
Replies: 17
Views: 12269

Is this correct:

Code: Select all

if { [package vcompare [regexp -inline {^[[:digit:]\.]+} $::version] 1.6.20] == -1 }  {putloglev o * "\00304\002\[Reanimator - Error - Please upgrade your Eggdrop to 1.6.20 or above!" ; return } 
?
by m4s
Wed Apr 22, 2020 2:33 pm
Forum: Script Requests
Topic: Idle time channel talk script
Replies: 17
Views: 12269

CrazyCat wrote:This is a weel known trouble, you can easily correct it :)
Find the line containing:

Code: Select all

if { [regsub -all {\.} [lindex $::version 0] ""] < 1620 }
Hello CrazyCat,

I cant find this line in my script. :roll:
I have v1.2 You can check it here:
https://pastebin.com/U9Gb9Nr2
by m4s
Sun Apr 19, 2020 2:25 pm
Forum: Script Support & Releases
Topic: Ignore youtube links
Replies: 2
Views: 3653

well it could be a utimer set to not allow a bind to be used until every (time set) will try to do it after dinner :) Yes, a saw : "set urltitle(delay) 20 ;# minimum seconds to wait before another eggdrop use" That is for the channel. But I would like to allow one link within 10 second fo...
by m4s
Sun Apr 19, 2020 1:03 pm
Forum: Script Support & Releases
Topic: Ignore youtube links
Replies: 2
Views: 3653

Ignore youtube links

Hi all!

I want from this script to write out nothing if a youtube link is sent to the channel.

Can someone help?
Thx!
by m4s
Sat Apr 18, 2020 4:28 pm
Forum: Script Requests
Topic: Paid Gig: Smart Autovoice Script
Replies: 2
Views: 2810

Hi

Here is a similar script works fine.
http://forum.egghelp.org/viewtopic.php?t=20419
by m4s
Wed Apr 15, 2020 1:07 pm
Forum: Script Requests
Topic: [SOLVED] A New Working Youtube Script
Replies: 5
Views: 18048

Re: A New Working Youtube Script

ComputerTech wrote:I would like a working youtube script i have tried all of them from the TclArchive and they all do not work.

just a simple youtube script that gives simple specs of the youtube link
Hi!

Here you can download the best yt script!
https://www.m00nie.com/youtube-eggdrop- ... ng-api-v3/

bye
by m4s
Wed Apr 08, 2020 12:58 pm
Forum: Script Support & Releases
Topic: adding throttle in m00nie's youtube tcl
Replies: 43
Views: 30028

m00nie wrote: m4s the default is one request per user ever 30s, one per channel every 10s and the same search term or link spammed in 5 mins a....
Cheers
m00nie
Now I got it!
Thanks m00nie & Cheers :)