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.

Userfiles

Old posts that have not been replied to for several years.
Locked
w
wandrer

Userfiles

Post by wandrer »

I have 2 bots in a botnet, sharing userfile.

What i want to do is share only info from ONE channel Bot 1(Hub) is on. And let Bot 2 have all other userfile settings left alone. But what happens when Bot 1 and Bot 2 linkes, Bot 1 sends it's user file and all the users from Bot 2 is wiped out. I would like to keep users from Bot 2 and only get info regarding settings and users from #chan from Bot 1.

I only have master/owner on Bot 2 and another guy has master/owner on Bot 1.

Is this possible ?

i have tried
set private-global 0/1
set private-globals "mnto"
set private-user 0/1

what could i be missing ?
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

AFAIK there is only one userfile. When you link the bots they will share this userfile. The sharing of the the channel settings is a bit different, you can share them all by using the flag g or just for the channels you want to share by usinf the flag s for each channel.
For the userfile, it shouldn't matter on wich bot you add the users. The
"set private-user" might be your problem. If it is set to 1, all changes for the users like +user, +host etc. have to be done on the hub.
I hope I got it right so far, otherwise ppslim will correct me I guess :)
Locked