I have three bots on one machine, and they are linked to each other.
If you have aby questions, send me private message. I'll try to help you.
But my bots all on one IP, they have different prts, like 1st - listen 3333
2nd - listen 4444, 3rd - listen 5555
The for withc bot make .addbot <handle> <address>
Example:
1. bot1; listen 3333
2. bot2; listen 4444
3. myIP 10.6.15.28 for exapmle
Steps:
telnet to bot1: .addbot bot2 10.6.15.28:4444
telnet to bot2: .addbot bot1 10.6.15.28:3333
then telnet to bot1: .link bot2
and vice versa if you want to link bot2->bot1 make for bot2 .link bot1
but before this type .unlink bot2 in bot1's shell
That's all I think