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

by MenzAgitat
Sun May 03, 2020 1:20 pm
Forum: Script Support & Releases
Topic: (SOLVED) CrazyCat ChanRelay.tcl
Replies: 3
Views: 4360

Looks like the channel module is not loaded, bind types related to this module are missing in the list : act, away, bcst, bot, chat, chjn, chof, chon, chpt, cron, dcc, die, disc, evnt, filt, link, load, log, nkch, note, time, tls, unld should be : act, away, bcst, bot, chat, chjn, chof, chon, chpt, ...
by MenzAgitat
Thu Apr 07, 2016 9:21 am
Forum: Scripting Help
Topic: [solved] No data returned when requesting content from https
Replies: 0
Views: 5582

[solved] No data returned when requesting content from https

Hello, I'm trying to make a translator using the Yandex API at https://translate.yandex.net/api/ and I'm encountering some difficulties. Here is what I am doing : .tcl ::http::register https 443 ::tls::socket Tcl: 443 ::tls::socket .tcl ::http::geturl "https://translate.yandex.net/api/v1.5/tr.j...
by MenzAgitat
Thu Apr 01, 2010 8:03 am
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 649801

It works perfectly, thank you.
by MenzAgitat
Wed Mar 31, 2010 3:12 pm
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 649801

You should use ::http::cleanup systematically (even if an error occurs) because after a long uptime, the memory is full of arrays that looks like $::http::561 and that contains the parsed web pages.

Thank you for this excellent script, I've been using it for years.
by MenzAgitat
Thu Feb 11, 2010 8:40 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432253

@speechles:

Thanks a lot, I thought tcl libraries had to be compiled with windrop. I now understand the purpose of pkgIndex.tcl file.

Tcllib opens new coding perspectives to me, it's Christmas \o/
by MenzAgitat
Mon Feb 08, 2010 7:59 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432253

I'm having troubles with base64 package on windrop 1.6.19. After loading trf20.dll and base64.tcl , base64 encoding/decoding is working, but it have at least one side effect : each call to the MD5 tcl function returns the error cannot open crypt.dll I found and tried to load crypt.dll but then it sa...
by MenzAgitat
Fri Aug 14, 2009 1:46 pm
Forum: Script Support & Releases
Topic: Hello !join !part
Replies: 5
Views: 6855

extract from Bazman`s SuPeRsCrIpT v1.0 (translated in french by me but you can easily find the original script) : bind pub n|n !join pub_do_join proc pub_do_join {nick host handle channel testes} { set who [lindex $testes 0] if {$who == ""} { putserv "NOTICE $nick :Syntaxe : !join <#c...
by MenzAgitat
Sat Jul 25, 2009 5:39 pm
Forum: Script Support & Releases
Topic: Lastspoke Evolved v0.2 (January 23, 2o1o)
Replies: 13
Views: 17216

  Just downloaded the script (and translated it) again, thank you ^^ I persist to think that it would be cleaner to factorize when no information is available whatever the case (or 1337 be used or not), and to directly put the result when different case (or 1337) have available info while asked nick...
by MenzAgitat
Sat Jul 25, 2009 5:36 pm
Forum: Script Support & Releases
Topic: [script/library] MenzAgitat's Soundex v1.02
Replies: 0
Views: 4315

[script/library] MenzAgitat's Soundex v1.02

    This script provides package MenzAgitats_Soundex : package provide MenzAgitats_Soundex 1.02 Description : MenzAgitat's Soundex is a french soundex but it can be adapted to other languages quite easily. A soundex returns a phonetical value for a given string. The interest is for example to compar...
by MenzAgitat
Sat Jul 25, 2009 5:22 pm
Forum: Script Support & Releases
Topic: [script/library] Levenshtein's distance v1.0
Replies: 0
Views: 3988

[script/library] Levenshtein's distance v1.0

    This script provides package Levenshtein : Package provide Levenshtein 1.0 Description : In information theory and computer science, the Levenshtein distance is a metric for measuring the amount of difference between two sequences (i.e., the so called edit distance). The Levenshtein distance bet...
by MenzAgitat
Sat Jul 25, 2009 11:44 am
Forum: Script Support & Releases
Topic: Lastspoke Evolved v0.2 (January 23, 2o1o)
Replies: 13
Views: 17216

It goes into infinite loop when the target is on the chan and didn't said anything ever. On chan : [17:16:01] <Boole> Aussi loin que je me souvienne, Irony`BnC n'a rien dit. Mais si tu voulais parler de Irony`BnC, alors : [17:16:01] <Boole> Aussi loin que je me souvienne, Irony`BnC n'a rien dit. Mai...
by MenzAgitat
Wed May 13, 2009 6:51 am
Forum: Script Support & Releases
Topic: Public Quotes System (current version: 1.32)
Replies: 53
Views: 72116

@ scooterh : Did you read the description ? On the first message of this thread, you can read : This script adds the following commands: !addquote <quote> To add a quote. !quote <quote number> [#chan] To display a quote. !quoteinfo <quote number> [#chan] To display some informations about a given q...
by MenzAgitat
Mon May 11, 2009 8:50 am
Forum: Script Support & Releases
Topic: Public Quotes System (current version: 1.32)
Replies: 53
Views: 72116

@ scooterh : You must edit the following parameter : # autorisations pour la commande !addquote variable addquoteauth "-|-" like this : variable addquoteauth "n|o" but don't be confused between chanserv access list, eggdrop access list and "oped" state (without access)...
by MenzAgitat
Tue Mar 24, 2009 2:59 pm
Forum: Script Support & Releases
Topic: Public Quotes System (current version: 1.32)
Replies: 53
Views: 72116

I will look into that, just wait for the next version.
by MenzAgitat
Mon Jan 26, 2009 6:30 pm
Forum: Modules & Programming
Topic: Megahal on Windrop Issue
Replies: 10
Views: 25367

I found out that some 1.6.18 Windrops were compiled with Tcl 8.4 while others were compiled with Tcl 8.5.

Megahal works with Windrop v1.6.18 / Tcl 8.4