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

by ppslim
Wed Dec 17, 2003 5:33 am
Forum: Archive
Topic: need a script against multiple-part floods in the channel
Replies: 9
Views: 4896

There is little that cane be done about this.

I would sugest switching networks, as this is obviously a bug in the IRCD than IRC itself.

What sort of action would you take on a user?
by ppslim
Sun Dec 14, 2003 3:13 pm
Forum: Archive
Topic: start eggdrop via rc.d / startproc
Replies: 3
Views: 1903

The quickest method I see is to create a botchk script used for crontab, and call that using your startproc system.
by ppslim
Sun Dec 14, 2003 2:36 pm
Forum: Archive
Topic: start eggdrop via rc.d / startproc
Replies: 3
Views: 1903

The problem is that you need to "cd" into the eggdrop dir, prior to running it.

Why not use a crontab?
by ppslim
Sat Dec 13, 2003 7:59 pm
Forum: Archive
Topic: .16
Replies: 5
Views: 2153

Incidentaly, a message just cropped up saying they may delay this till early January (Hi wcc, wondering if you read this).
by ppslim
Sat Dec 13, 2003 5:17 pm
Forum: Archive
Topic: .16
Replies: 5
Views: 2153

Nope.

It was/is hopped to be released by Xmas.

Only time will tell.
by ppslim
Sat Dec 13, 2003 2:57 pm
Forum: Archive
Topic: eggdrop DCC sends do not send!
Replies: 13
Views: 7059

You need to setup your IRC client so you can debug the incoming CTCP request that initiates the DCC send. This sounds like a router issue, where the router can't perform loopback requests on your external IP. There is nothign you can do to fix this, without breaking DCC sends for other users. Besaid...
by ppslim
Thu Dec 11, 2003 7:33 pm
Forum: Archive
Topic: Invalid User File Format error
Replies: 1
Views: 1162

This means the userfile got currupted when being written or is blank.

These are signs that the file was open for writting then the shell rebooted.

Only a restore from the backup will fix this.
by ppslim
Sun Dec 07, 2003 11:39 am
Forum: Archive
Topic: port
Replies: 1
Views: 1529

Eggdrop uses the first port defined as user connectable from the listen command.

This will be the firsy ALL or USER type listen,
by ppslim
Sun Dec 07, 2003 11:36 am
Forum: Archive
Topic: Binary Data
Replies: 1
Views: 1435

The only real method is to pass a second argument with the length of the data.

This pretty much goes along the lines of putdccraw. You can pass and use embeded NULLs in the data. For it to function correctly, the length is passed.
by ppslim
Sun Dec 07, 2003 11:33 am
Forum: Archive
Topic: compress.so not found?!
Replies: 4
Views: 2728

simply comment out (add a # to the start of the line) the line that loads the module.

As noted, it gives very little benefit to you.
by ppslim
Mon Dec 01, 2003 6:35 am
Forum: Archive
Topic: strange eggdrop1.6.15 core file
Replies: 2
Views: 1729

This means you have compiled your bot with the debug flag. When it dies, it creates this core file. The idea being that you can find out exacly what cuased it to crash by following which part of the code killed it. Your best bet is to delete this file, then recompile your eggdrop, though not from CV...
by ppslim
Tue Nov 18, 2003 10:14 am
Forum: Archive
Topic: Yehaa.. 2004 is coming!
Replies: 18
Views: 6859

Wanna swop?

I was preying for a big bang and the lights fizzle out when they turned them all on.

Instead, we got a loud bang, sparks and a pop star - Sod the lights I tell ya :P
by ppslim
Mon Nov 17, 2003 6:37 am
Forum: Archive
Topic: more than one arg
Replies: 2
Views: 1689

$arg contains the entire string passed to the proc.

Note, try feeding your script somthing like "!d test {test"

Note the error.

Your working with strings, but treating them like lists.
by ppslim
Mon Nov 17, 2003 6:35 am
Forum: Archive
Topic: Yehaa.. 2004 is coming!
Replies: 18
Views: 6859

bobjuh wrote:It isn't even December yet :)
Try telling town planners that.

We have had our Xmas decorations in the town out for 2 - 3 weeks now.
by ppslim
Fri Nov 14, 2003 6:39 am
Forum: Archive
Topic: no more bots on a port prob
Replies: 5
Views: 2231

You can only host one bot per port simple as.

You shoudl specify a a unique port for each and every bot. It does say that in the config file.