Code: Select all
.+bot <botname>
.chattr <botname> +fo
.botattr <botname> -s (-s / dont share userfile)Code: Select all
on the new bot do:
.+bot <another botname> IP PORT (NO : between ip and port)
.chattr <another botname> +fo
.botattr <another botname> +p
.botattr <another botname> +h
.link <another botname>
Code: Select all
HubBot v1.6
[20:30] Telnet connection: leaf.host.com/56843
[20:30] Timeout/EOF ident connection
[20:30] Non-matching handle lengths with LeafBot, they use 32 characters.
[20:31] Telnet connection: leaf.host.com/53917
[20:31] Timeout/EOF ident connection
[20:31] Challenging LeafBot...
[20:31] Bad Password: [LeafBot]telnet@leaf.host.com/53917
LeafBot v1.8
[20:30:45] #User# link HubBot
[20:30:45] Linking to HubBot at hub.host.com:xxxx ...
[20:30:45] Non-matching handle lengths with HubBot, they use 9 characters.
[20:31:00] Password required for connection to HubBot.
[20:31:00] Bad password on connect attempt to HubBot.
[20:31:00] Lost Bot: HubBotIt seems that Eggdropd 1.8.0 and 1.6 are not compatible by default.Fire-Fox wrote:You must do something wrong, the way i postet allways works for me.
Code: Select all
scr/ehhdrop.h
/*
* HANDLEN note:
* HANDLEN defines the maximum length a handle on the bot can be.
* Standard (and minimum) is 9 characters long.
*
* Beware that using lengths over 9 chars is 'non-standard' and if
* you wish to link to other bots, they _must_ both have the same
* maximum handle length.
*
* NICKMAX note:
* You should leave this at 32 characters and modify nick-len in the
* configuration file instead.
*/
#define HANDLEN 32 /* valid values 9->NICKMAX */
#define NICKMAX 32 /* valid values HANDLEN->32 */