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.

Botnet channel flag sharing problems, even with the +g flag

Old posts that have not been replied to for several years.
Locked
c
cinder
Voice
Posts: 10
Joined: Sun Apr 14, 2002 8:00 pm
Location: Gloucester, UK
Contact:

Post by cinder »

Ok, my "wonderful" botnet which i've set up works fine, but I want to share the userfiles between bots. I have a hub bot, and a couple of leaf bots, set up as follows:-

(on leaf bots) .botattr Hub +ghp
(on hub bot) .botattr Leaf +gs

As you can see, it's set up for userfile sharing with the +g global sharing flag set (to replace the individual |+s channel flag, as I want flags shared on any channel the bots join).

However, this is where the problems start. Global flag changes work just fine on any bot, ie. .chattr user +amno on a leaf bot, it's registered on all bots. BUT, if i want to do .chattr user +amno #channel, it registers on the bot that I did it on, but none of the other bots, and therefore the hub bot keeps wiping the channel flags.

Please please help me, I am in dire need now and this has completely stumped me now.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

.chanset #chan +shared (on all bots)
c
cinder
Voice
Posts: 10
Joined: Sun Apr 14, 2002 8:00 pm
Location: Gloucester, UK
Contact:

Post by cinder »

I've done that too
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

is the hub actually in the chans that the leafs are in?
c
cinder
Voice
Posts: 10
Joined: Sun Apr 14, 2002 8:00 pm
Location: Gloucester, UK
Contact:

Post by cinder »

it's a NON-IRC bot
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

if the channels module aint loaded, or the bot doesnt have channel records for the chans, then it cant share them
c
cinder
Voice
Posts: 10
Joined: Sun Apr 14, 2002 8:00 pm
Location: Gloucester, UK
Contact:

Post by cinder »

hnnnnnn.....damn

Do you have any ways of getting bots on separate channels to share ALL flags (global and channel-specific ones) between each other?
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

yes, load the channels module and add the chans
Locked