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.

DCC...

Old posts that have not been replied to for several years.
Locked
D
Daniel
Voice
Posts: 6
Joined: Sun May 01, 2005 1:15 pm

DCC...

Post by Daniel »

Hello.

We are using the latest eggdrop and I have a simple question please.

Is there any way to prevent DCC chats / sends etc to only the owner of the bot? I don't it want to be available to anyone else, such as the partyline and so on.

Thanks if you can gudie me on how to achieve this.
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

only +p users can enter the partyline.
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Only if he didn't set this to 0

Code: Select all

set require-p 1
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
D
Daniel
Voice
Posts: 6
Joined: Sun May 01, 2005 1:15 pm

Post by Daniel »

My require-p is set to 0, however users can still negotiate a DCC with the bot which will ask for a password.

Can't I completely disable this?

I saw another bot on Undernet (Eggdrop) which says:

[18:04] -nick- I don't accept DCC chats from strangers.
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

# Define here whether or not a +o user still needs the +p flag to dcc the bot.
set require-p 0
Set this to 1, and don't give the +p flag to anyone.
D
Daniel
Voice
Posts: 6
Joined: Sun May 01, 2005 1:15 pm

Post by Daniel »

Hi there, thanks.
I've set that to 1, restarted by bot and no one has the 'p' flag in my user file except myself.

However, they can still negotiate a DCC chat which asks them for their password.

Any ideas?
Thanks.
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

their hostmark could match a user with +m flag. I believe +m or higher users dont require p.

you can addionally check these 2:
set open-telnets 0
set protect-telnet 1

I dont believe any of them should affect DCC and CTCP chat requests, but who knows ^-^
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
D
Daniel
Voice
Posts: 6
Joined: Sun May 01, 2005 1:15 pm

Post by Daniel »

Thank you.
That is working great now!!!

Is there a way I can make it so anyone added doens't get the 'p' flag automatically? At the moment anyone I add gets it.

Much appreciated.
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

do a search for "hp" in the config with quotes and remove the p.

If you read each settings explination it quite clearly tells you what each one does. You just need to stop being lazy and take the time to read it.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
D
Daniel
Voice
Posts: 6
Joined: Sun May 01, 2005 1:15 pm

Post by Daniel »

Hi.
Found that one in the eggdrop.conf. Sorry.

Last question I promise!

When users are added if their real host is let's say someone!~foo@someusername.users.undernet.org

they are getting added as *!*foo@*.undernet.org

Is there a way to get them added as *!*@someusername.users.undernet.org?
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Again if you read the manual you would know this.

Code: Select all

.+host handle *!*@someusername.users.undernet.org
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Locked