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.

Problems when more than one hub on botnet

Old posts that have not been replied to for several years.
Locked
e
esko

Problems when more than one hub on botnet

Post by esko »

Hi,

I have a problem with my botnet if I have more than one hub, botnet looks something like this:

Code: Select all

hub-A
|- bot-1
`- hub-B
    |- bot-2
    `- bot-3
If bot-2 and bot-3 are linked to hub-B, they get chanflags etc ONLY for channels where hub-B is on. Hub-A is an limbo-bot (no irc) and it "joins" to all channels, and have chanflags etc for them ofcourse, but hub-B is normal bot which can't be on all channels.

What (bot)flags I should set for hub-B on hub-A, and what flags hub-B should set for it's clients so that everything would be shared, no matter if hub-B is on those channels or not?

Thanks..
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

This is not possible. Your hub-B will ignore all userflags for specified channel if that bot haven't got that channel on its chanlist. Flags are as usual: +ghp for huB, +gp on hub-A for hub-B.
Que?
e
esko

Post by esko »

Ok, thanks.. I'll do it with two limbo-bots then =)
Locked