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

by sputnik
Tue Oct 08, 2013 9:40 am
Forum: Script Support & Releases
Topic: Latest Urban Dictionary tcl
Replies: 78
Views: 136190

The thing is i don't really remember which version of the script i have. The above solution only works with the version i have. So here's the script: # Urban Dictionary # Copyright (C) 2006-2008 perpleXa # http://perplexa.ugug.org / #perpleXa on QuakeNet # # Redistribution, with or without modificat...
by sputnik
Mon Oct 07, 2013 9:13 am
Forum: Script Support & Releases
Topic: Latest Urban Dictionary tcl
Replies: 78
Views: 136190

Ok, this should work a little bit better:

Code: Select all

set matches [regexp -all -inline {<div class='text' colspan='.' id='.*?'>(.*?)</div>\n<div class='zazzle_links'>} $data];
but it's still dirty one. It's gonna stop working as soon as urban dictionary changes their html again.
by sputnik
Mon Oct 07, 2013 8:49 am
Forum: Script Support & Releases
Topic: Latest Urban Dictionary tcl
Replies: 78
Views: 136190

Replacing

Code: Select all

set matches [regexp -all -inline {<td class='text' colspan='.' id='.*?'>(.*?)</td} $data];
with

Code: Select all

set matches [regexp -all -inline {<div class='text' colspan='.' id='.*?'>(.*?)</div>\n} $data];
should do the trick.
by sputnik
Sat Jun 01, 2013 10:59 am
Forum: Script Support & Releases
Topic: YouTube Version 1.3 not working
Replies: 21
Views: 34107

Brilliant. That's exactly what i need. Thanks, speechless! :)
by sputnik
Thu May 30, 2013 12:20 pm
Forum: Script Support & Releases
Topic: YouTube Version 1.3 not working
Replies: 21
Views: 34107

Give us an example of what you want the bot to react to.
Someone did '/me http://youtubevideourl'.
by sputnik
Thu May 30, 2013 12:08 pm
Forum: Script Support & Releases
Topic: YouTube Version 1.3 not working
Replies: 21
Views: 34107

Nope, i believe i need bind #15.
by sputnik
Thu May 30, 2013 10:37 am
Forum: Script Support & Releases
Topic: YouTube Version 1.3 not working
Replies: 21
Views: 34107

One more question (also stupid one): how do i bind it to ctcp action?

Code: Select all

bind ctcp -|- "ACTION" YouTube
doesn't do a thing...
by sputnik
Thu May 30, 2013 10:32 am
Forum: Script Support & Releases
Topic: YouTube Version 1.3 not working
Replies: 21
Views: 34107

That worked. Thanks!
by sputnik
Thu May 09, 2013 8:13 am
Forum: Script Support & Releases
Topic: YouTube Version 1.3 not working
Replies: 21
Views: 34107

The script works fine, but it doesn't show utf-8 chars in the title. Any ideas?
by sputnik
Tue May 17, 2011 4:32 pm
Forum: Modules & Programming
Topic: DNS initialisation failed.
Replies: 17
Views: 43794

Oops, my bad again. When i moved dns-servers variable to the end of file, it started to work. And that's what happened before [23:19:16] Failed connect to irc.data.lt (DNS lookup failed) [23:20:17] Trying server [irc.data.lt]:6667 [23:20:17] DNS resolve failed for irc.data.lt [23:20:17] Failed conne...
by sputnik
Tue May 17, 2011 4:14 pm
Forum: Modules & Programming
Topic: DNS initialisation failed.
Replies: 17
Views: 43794

Code: Select all

[23:14:12] TLS: unable to load own certificate: error:02001002:system library:fopen:No such file or directory
[23:14:12] TLS: unable to load private key: error:20074002:BIO routines:FILE_CTRL:system lib
by sputnik
Tue May 17, 2011 4:05 pm
Forum: Modules & Programming
Topic: DNS initialisation failed.
Replies: 17
Views: 43794

1.8 doesn't actually connect to irc server, it starts, shows everything's ok, but doesn't appear on irc. Telnet doesn't work either, even with old user file.
by sputnik
Tue May 17, 2011 3:35 pm
Forum: Modules & Programming
Topic: DNS initialisation failed.
Replies: 17
Views: 43794

Hm, that didn't help... Neither for 1.6.20 nor 1.8. And i can assure dns is configured properly, as on most *nix based operating systems, there's the only file with the dns servers: /etc/resolv.conf. Anyway, i don't find this is a big problem, since bot is running fine... And i never faced this prob...
by sputnik
Tue May 17, 2011 3:08 pm
Forum: Modules & Programming
Topic: DNS initialisation failed.
Replies: 17
Views: 43794

Well, at this time start up log changes a little bit: [22:04:37] [22:08:08] --- Loading eggdrop v1.8.0+publistennoident (Tue May 17 2011) [22:08:08] Module loaded: blowfish [22:08:08] No nameservers found. [22:08:08] Module loaded: dns [22:08:08] Module loaded: channels [22:08:08] Module loaded: ser...
by sputnik
Tue May 17, 2011 2:56 pm
Forum: Modules & Programming
Topic: DNS initialisation failed.
Replies: 17
Views: 43794

I've found this one: ftp://ftp.eggheads.org/pub/eggdrop/GNU/ ... hot.tar.gz, hopefully that's the version you're proposing to try. Compiling currently, so i'll let you know the results just after few moments.