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

by Pixelz
Wed May 20, 2015 2:12 pm
Forum: Eggdrop Help
Topic: Wrap up an eggdrop 1.8 release
Replies: 1
Views: 5959

I'm sorry that nobody involved with eggheads has replied to this, but here goes, although a bit late. Keep in mind that posting on this unofficial message board is not the way to get involved with Eggdrop development. A better method would have been to contact someone on IRC, or to post to the devel...
by Pixelz
Tue Oct 07, 2014 3:47 pm
Forum: Script Requests
Topic: bot keep alive
Replies: 7
Views: 8616

Eggdrop already does this by default. In your eggdrop.conf set check-stoned 1
(the default). If this is set, this shouldn't happen.

If it still does, there's a deeper problem somewhere that's causing eggdrop to freeze.
by Pixelz
Sun Sep 29, 2013 1:10 pm
Forum: Script Support & Releases
Topic: pixseen v1.0
Replies: 7
Views: 11529

spithash wrote:pixseen.tcl error; ::pixseen::Hand2Uhost was unable to extract uhost. PLEASE REPORT THIS BUG!

any idea why I get this error?
There's some kind of problem with the logic there, I'm not sure what exactly.
by Pixelz
Sat Apr 21, 2012 2:15 pm
Forum: Scripting Help
Topic: want help with a time left command
Replies: 2
Views: 3695

This was a pretty interesting question, here you go:

Code: Select all

duration [expr {[clock scan [clock format [clock scan "next month"] -format "%Y-%m-01"]] - [clock seconds]}]
by Pixelz
Thu Apr 28, 2011 11:27 am
Forum: Eggdrop Help
Topic: Can I run an eggdrop off my rooted android phone?
Replies: 6
Views: 16912

Your first step would be to get Tcl to compile on it, if you can manage that, you could probably get Eggdrop to run as well.
by Pixelz
Wed Apr 27, 2011 4:49 pm
Forum: Eggdrop Help
Topic: Eggdrop ping
Replies: 13
Views: 9510

Code: Select all

22:46:49 -> [MoBot] PING
22:46:49 [MoBot PING reply]: 0secs
There's clearly something wrong here, but it has nothing to do with your Eggdrop.
by Pixelz
Fri Feb 25, 2011 4:19 pm
Forum: Eggdrop Help
Topic: running eggdrop in chrooted environment (openbsd)
Replies: 5
Views: 4616

I suspect that the problem is that the script doesn't work because the website changed. Try one of the weather scripts on the Script Support & Releases board.
by Pixelz
Fri Feb 25, 2011 3:40 pm
Forum: Eggdrop Help
Topic: running eggdrop in chrooted environment (openbsd)
Replies: 5
Views: 4616

There's always the possibility that the script just doesn't work and that it's unrelated to your chrooted eggdrop. Websites often change and scripts will break without warning.
by Pixelz
Fri Feb 25, 2011 3:23 pm
Forum: Eggdrop Help
Topic: running eggdrop in chrooted environment (openbsd)
Replies: 5
Views: 4616

Tcl comes with a bunch of default packages. My guess is that you didn't copy those over to your chroot. This particular script needs the http package to work properly, but I would suggest that you copy all of it over.

You will probably see open() calls to pkgIndex.tcl all over the place.
by Pixelz
Fri Oct 22, 2010 2:06 am
Forum: Script Support & Releases
Topic: troll.tcl Version 2.5 (19.11.2021)
Replies: 11
Views: 22649

by Pixelz
Fri Oct 22, 2010 2:00 am
Forum: Eggdrop Help
Topic: Eggdrop1.6.20rc1 and SSL
Replies: 23
Views: 64209

Got a little problem with ssl patch. Any help will be much appreciated. Eggdrop v1.6.20+SSL (C) 1997 Robey Pointer (C) 2010 Eggheads [06:40:32] * Last context: main.c/955 [] [06:40:32] * Please REPORT this BUG! [06:40:32] * Check doc/BUG-REPORT on how to do so. Did you read anything in this thread?
by Pixelz
Thu Oct 07, 2010 1:50 am
Forum: Scripting Help
Topic: Weirdness, Lines of code being skipped randomly ???
Replies: 2
Views: 3468

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.
by Pixelz
Thu Oct 07, 2010 1:44 am
Forum: Eggdrop Help
Topic: Behind CSF Firewall
Replies: 1
Views: 1966

I don't know what a "CSF Firewall" is exactly, but if you should open anything, open TCP ports. Eggdrop doesn't use UDP for anything.
by Pixelz
Thu Oct 07, 2010 1:41 am
Forum: Eggdrop Help
Topic: Search a botnet network
Replies: 1
Views: 2005

Re: Search a botnet network

neoclust wrote:I'm looking for a botnet that I link with my bots make your proposals, thanks
This ceased being common practice well over 10 years ago. I'd be suprised if you can still find any big, open botnets.
by Pixelz
Fri Oct 01, 2010 5:28 am
Forum: Script Support & Releases
Topic: substitute.tcl v1.0, sed-style text substitution (s/foo/bar)
Replies: 1
Views: 4230

substitute.tcl v1.0, sed-style text substitution (s/foo/bar)

This script provides sed style text subsitution, with full regular expression support. Use ".chanset #chan +substitute" to enable the script in a channel. Notes: Flags (i.e. global, case-insensitive) aren't supported directly in the syntax, however Tcl metasyntax can still be used. Express...