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

by madpinger
Fri Jan 14, 2011 6:44 am
Forum: Script Support & Releases
Topic: Release: SA_urltitle.tcl
Replies: 9
Views: 13354

Great script! However, it doesn't pick up when someone omits the http://. For example, if I type in www.youtube.com, I would like it to catch that and display the title. Any chance you could add that feature? Thanks in advance. Hmm, sure. I'd tell you what to change here, but you have to prefix it ...
by madpinger
Sun Nov 21, 2010 9:21 am
Forum: Other Topics
Topic: New Stuff & Updates
Replies: 4
Views: 1881

Dead... NEVER !

Silent, a bit xD
by madpinger
Sat Nov 20, 2010 4:13 pm
Forum: Script Requests
Topic: ftp help required
Replies: 6
Views: 5520

Well, here's some ftp uploader code I wrote for my pisg files, minus the pisg functionality (because it's probably redundant to you): # min hr day month yr bind time - "* * * * *" timed:upload TIME (stackable) bind time <flags> <mask> <proc> proc-name <minute> <hour> <day> <month> <year> ...
by madpinger
Fri Nov 12, 2010 4:56 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1105680

hmm... that didn't work :/ hmm, idk. You can add "encoding system utf-8" to set the default encoding to utf-8 if your bot is compiled as such, cause the encoding convertfrom converts to what ever encoding system returns, which is why I had issues with it converting to utf-8 again. Produce...
by madpinger
Fri Nov 12, 2010 4:43 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1105680

after patching my bot with utf support, the script's bolding stopped working. Thoughts? *EDIT* I used this: http://eggwiki.org/Utf-8 and it works great. after this though, bolding stopped working on google script. And here are my settings: My experience with UTF-8 compiled bots is you need to comme...
by madpinger
Mon Nov 01, 2010 12:17 pm
Forum: Script Support & Releases
Topic: Release: SA_urltitle.tcl
Replies: 9
Views: 13354

[20:56:51] <@spithash> http://www.youtube.com/user/spithash [20:56:55] <@nagger> [Url title:] YouTube - spithash's Channel can anyone tell me why this white space appears there? I have the same problem with another title grab tcl aswell basically, it's cause the title is on more than one line in th...
by madpinger
Sun Oct 31, 2010 10:49 am
Forum: Script Requests
Topic: [request] Rss Script for this URL
Replies: 9
Views: 6041

If you where referring to my post then I fail to see the useless in it. Thought that you didn't noticed them (the two scripts I mentioned above). TCL_no_TK's comment is valid too as he asked you to report any issues you may have had to the authors of the specific script, or here and someone could h...
by madpinger
Sun Oct 31, 2010 10:47 am
Forum: Script Support & Releases
Topic: bad word and Guest kicker
Replies: 4
Views: 6893

caesar wrote:You do realize that this script is not resources friendly due to it connecting to the database and check for each word every time a user says something in the channel? A better alternative would be either go for a flat file or sqlite3.
sqlite3 is <3, It's really nice.
by madpinger
Sat Oct 30, 2010 12:36 pm
Forum: Script Support & Releases
Topic: Release: SA_urltitle.tcl
Replies: 9
Views: 13354

MOAR scripts are a good thing ;) This might help you script as for completeness and compatibility (patched utf-8 vs not). This procedure is what I presently use within my twitter script. It is a more evolved version of the same procedure within incith-google. .... Feel free to steal (borrow) this.....
by madpinger
Sat Oct 30, 2010 12:01 pm
Forum: Script Support & Releases
Topic: Release: SA_urltitle.tcl
Replies: 9
Views: 13354

Release: SA_urltitle.tcl

The intended purpose of this eggdrop script is to relay the title information of a url sent to a irc channel by irc users while attempting to identify the correct character encoding to preserve the information and replace HTML Entities with their desired unicode counterparts. http://github.com/madpi...
by madpinger
Fri Oct 08, 2010 3:56 pm
Forum: Scripting Help
Topic: Weirdness, Lines of code being skipped randomly ???
Replies: 2
Views: 3547

Re: Weirdness, Lines of code being skipped randomly ???

Some times, it ONLY executes the "putlog" statement it does not even execute the dputs function or utimer. That's just not possible. You sound very confused. No, I'm not confused. It's weirdness. Sometimes, it only executes the very first line, others it does not. Regardless it skips the ...
by madpinger
Sun Oct 03, 2010 3:16 pm
Forum: Scripting Help
Topic: Weirdness, Lines of code being skipped randomly ???
Replies: 2
Views: 3547

Weirdness, Lines of code being skipped randomly ???

Ok, the details of the setup. I'm using the following packages: base64, tdom, http, sqlite3, mysqltcl Tcllib 1.2, tcl 8.5.9 and 8.5.8 Eggdrop 1.6.8+sockfix svn snapshot and Eggdrop 1.6.20. These are two distinct builds running the same script on two sep. servers and having the same weirdness. In sev...