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.

Is it possible?

General support and discussion of Eggdrop bots.
Post Reply
User avatar
pSyCh0
Voice
Posts: 28
Joined: Thu Nov 04, 2004 2:39 pm
Location: Sofia, Bulgaria
Contact:

Is it possible?

Post by pSyCh0 »

to link 9 & 32 HANDLEN bots? :)Without changing their handlen.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

no

but you still could try that out and let us know
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

It is possible if you modify sources a little and remove HANDLEN check. Actually nothing bad happends when you link diffrent HANDLENs bots. Userfile is sent properly and of course handle's are cutted when sent from 32 to 9 ;)
Que?
User avatar
pSyCh0
Voice
Posts: 28
Joined: Thu Nov 04, 2004 2:39 pm
Location: Sofia, Bulgaria
Contact:

Post by pSyCh0 »

KrzychuG wrote:It is possible if you modify sources a little and remove HANDLEN check. Actually nothing bad happends when you link diffrent HANDLENs bots. Userfile is sent properly and of course handle's are cutted when sent from 32 to 9 ;)
Can you explain me in details.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

What is there not to understand about "editing sources"?

You busily scroll through the source files and look for what you want to modify and then re-compile eggdrop.

You could do the following so that *all* bots can cope with 32 character user nicks and nothing gets "cutted" (I really wish foreigner's would stop stuffing up the Queen's English). :)

In the src folder of eggdrop1.6.1x edit eggdrop.h and change:

Code: Select all

#define HANDLEN 9   /* valid values 9->NICKMAX  */
... to:

Code: Select all

#define HANDLEN 32   /* valid values 9->NICKMAX  */
.. save the file and recompile your bot(s) and they will link with any other bot that has been compiled to use 32 character nicks.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply