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.

One bot to OP

Old posts that have not been replied to for several years.
Locked
d
desless

One bot to OP

Post by desless »

Hi,

In my earlier bot net (1.1.5) I had just one BOT that was OPing. But I can't remember what I did. Is there a line in the conf file?

I am using 1.6.12 now.

Thanks
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Your post did not exactly give the most detailed discription.

Do you mean, you only had one bot, oping other bots.

Or, one bot, opening other users.
d
desless

Post by desless »

One bot, oping users.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

I guess you are uning auto-op's?

Remove users +a flag, and use the +autoop channel flag instead (see .chanifo and .chanset)
d
desless

Post by desless »

I am going to make my self clear:

I have a botnet, 6 bots. 5 regular bots, and I want 1 bot to op users that are added to that bot. (botnet). No other bots in the net shall op users.

Autoop is not an option. I prefer dcc (to get op) or msg. I used this before, but can't remember how I did it.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

I never used 1.1.5, so I am unsure how you would have done it anyway.

A couple of things, you did not make clear, was do the users have access to the partyline of the other 5 bots?

Do the 6 bots share userfiles?

The above, can, slightly complicate (rather make then a little longer) things.

On the 5 bots, you could use a small script (more just settings changes) to unbind the MSG op command, leaving only the one both with this command.

The same would apply for the DCC command, on the 5 bots (if the users have partyline access).
d
darko``
Op
Posts: 121
Joined: Sun Sep 08, 2002 5:33 pm
Location: Malta

Post by darko`` »

If i understood right, your users are getting ops from p-line or by msging bot. So, the solution would be to use this in the bots you don't want to give ops:

unbind msg o|o op *msg:op

However, they can still op themselves from the p-line. To avoid that, you may try:

unbind dcc o|o op *dcc:op

I am not sure tho if o|o are the correct flags, so you should check it in source files. I'm just too lazy to do that for you now.
Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.
Locked