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.

Pickupbot

Support & discussion of released scripts, and announcements of new releases.
Post Reply
E
Eazy
Voice
Posts: 5
Joined: Wed May 28, 2008 3:49 pm

Pickupbot

Post by Eazy »

Hi!
Hope I put this question in the right section.

I'm using a pickup script from here: http://www.penetrate.nl/scripts
http://www.penetrate.nl/scripts/pickup-0.5.zip

It all works fine accept it doesn't remove people from topic when they quit (if the pickup is not full). It only remove ppl when they part and only part. Perhaps someone here knows whats wrong.

Regards
Eazy

Ps. I'm a noob when it comes to irc, eggdrop etc. Its a wonder I got it working at all :P
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

After a quick skim through the code, the script does perform a certain action when someone quits and calls the same procedure that's called when someone parts.
E
Eazy
Voice
Posts: 5
Joined: Wed May 28, 2008 3:49 pm

Post by Eazy »

Well, it only works when someone part...any suggestion?
N
Nimos
Halfop
Posts: 80
Joined: Sun Apr 20, 2008 9:58 am

Post by Nimos »

search for "bind part" in the script, and copy the line, but replace "part" with "sign"!
E
Eazy
Voice
Posts: 5
Joined: Wed May 28, 2008 3:49 pm

Post by Eazy »

Nimos wrote:search for "bind part" in the script, and copy the line, but replace "part" with "sign"!
I must be stupid because I dont understan what I should do.

If I search "bind part" I find this:

Code: Select all

bind part - * pickup_part
Should I change that line and only that line to

Code: Select all

bind sign - * pickup_part
Sorry for being stupid :P
Post Reply