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

by KrzychuG
Sat Dec 26, 2009 1:38 pm
Forum: Script Requests
Topic: Need EGGNET Core
Replies: 2
Views: 2504

I had it on my HDD but i guess it may be outdated a bit. Anyway, here it is.
by KrzychuG
Sat Nov 10, 2007 3:53 pm
Forum: Eggdrop Help
Topic: Password Protected Socks5 Proxy - Can Eggdrop Use It?
Replies: 2
Views: 6908

SOCKS5 proxies are not supported by Eggdrop.
by KrzychuG
Sun Oct 14, 2007 9:45 am
Forum: Scripting Help
Topic: decode
Replies: 17
Views: 10558

proc nextmatch {nick uhost handle channel text} { #--- Download Info if {[catch {set sock "[socket content-usa.cricinfo.com 80]"} error] == "0"} { puts $sock "GET /ci/content/match/fixtures/live.html HTTP/1.0" puts $sock "Accept: text/html" puts $sock "H...
by KrzychuG
Mon Dec 25, 2006 8:53 pm
Forum: Other Topics
Topic: Merry Christmas and Happy New Year 2007!
Replies: 6
Views: 4383

I wish Eggheads to release Eggdrop 1.9 stable & working in incoming year ;) Besides that Merry Xmas and Happy New Year to all of you.
by KrzychuG
Sun Dec 24, 2006 7:07 am
Forum: Scripting Help
Topic: Problems rehashing while using sockets. [SOLVED]
Replies: 6
Views: 7162

Hmm.. although I dont fully understand what it does, it seems to work :) Thanks for your help!!! It's quite simple. At the beggining you were trying to open socket every time when bot was started/restarted/rehashed. As you know you cannot bind same port to the same IP many times without closing pre...
by KrzychuG
Tue Nov 14, 2006 3:19 am
Forum: Scripting Help
Topic: http package is REQUIRED for this script to work[solved]
Replies: 3
Views: 2887

Actually http package is not a part of any Eggdrop version. It's a Tcl package and it's installed with Tcl so all you have to do is to upgrade your Tcl and recompile your Eggdrop with newest Tcl version.
by KrzychuG
Wed Nov 01, 2006 11:58 am
Forum: Shell & Bouncer Help
Topic: Encrypt shell account to prevent someone to spy
Replies: 7
Views: 15515

http://www.freebsdsoftware.org/irc/evangeline.html That`s all what you can find about it on google. Actually you can find a bit more, like for example Readme file, but as you noticed it's an Eggdrop modification which encrypts some important files. It won't help you encrypt whole directory. I don't...
by KrzychuG
Fri Oct 27, 2006 1:56 pm
Forum: Scripting Help
Topic: Object Pascal in Egddrop
Replies: 4
Views: 3399

You can't use Object Pascal modules/script unless you write something to parse/load it in Eggdrop.
by KrzychuG
Sat Oct 14, 2006 1:25 pm
Forum: Eggdrop Help
Topic: Eggdrop linking problem.
Replies: 1
Views: 2500

Use '.chpass KewlBot' to reset password for KewlBot. Bots will set a new one when they link.
by KrzychuG
Tue Oct 03, 2006 2:50 am
Forum: Eggdrop Help
Topic: quick question: Which "queue" is "putquick&qu
Replies: 2
Views: 2601

It's a "mode" queue - the fastest one. Second is server, third is help. If you want to purge commands sent by putquick from queue use .clearq mode .
by KrzychuG
Sat Sep 09, 2006 2:14 am
Forum: Scripting Help
Topic: Changing $my-ip
Replies: 2
Views: 3249

Use ${my-ip} and stop posting same topic in every category!
by KrzychuG
Mon Sep 04, 2006 3:58 pm
Forum: Other Topics
Topic: PHP IRC Bot
Replies: 14
Views: 16625

It's not the first bot wrote in PHP. I rember Slavee project which looks and works preety nice. Too bad it's not developed anymore. I wish you good luck with that project. Maybe one day it'll something like tcldrop today :)
by KrzychuG
Wed Aug 30, 2006 3:13 pm
Forum: Eggdrop Help
Topic: IPV6
Replies: 20
Views: 24250

sauce wrote: I thought IPv6 was pretty popular on IRC... wonder why its taking so long. I wish it was built-in to eggdrop.
It is, in 1.9. 1.6.x series won't have that feature.

Yes, IPv6 is popular on IRC, but rather on lame (right demond?) IRCnet.
by KrzychuG
Sat Aug 26, 2006 2:56 pm
Forum: Eggdrop Help
Topic: Crontab help
Replies: 8
Views: 5542

Use:

Code: Select all

*/5 * * * * /home/mybot/botchk >/dev/null 2>&1
It'll do the same but looks better ;)
by KrzychuG
Fri Aug 25, 2006 2:09 pm
Forum: Eggdrop Help
Topic: proxy
Replies: 10
Views: 10958

avers wrote:
KrzychuG wrote:What kind of proxy you want to use?
socks 5
By default you can't use SOCKS5 proxy to connect to IRC in Eggdrop. I never saw any patch that would allow this. Only Eggdrop 1.9 supports it.