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.

why user's length can't be more than 8 chrs

Old posts that have not been replied to for several years.
Locked
c
cerberus_gr
Halfop
Posts: 97
Joined: Fri Feb 07, 2003 8:57 am
Location: 127.0.0.1

why user's length can't be more than 8 chrs

Post by cerberus_gr »

Hello,

I'm running eggdrop v1.6.13 and my problem is that a handle length can't be more than 8 characters. (.+user 1234567890 add 12345678). So in file transer module, if I have added a nick with nick abcdefgh to the bot's list and the irc nickname of the user is abcdefghij, he can't download any file. What could I do so my eggdrop woulf be possible to accept users handle with more than 8 charactres, so its users not to have to change theis nickname to the irc?

Thx
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

There have been some other posts about the "handle length" changing thing, why don't you just Search for it? It's simple as 1..2..3.. :)
Once the game is over, the king and the pawn go back in the same box.
c
cerberus_gr
Halfop
Posts: 97
Joined: Fri Feb 07, 2003 8:57 am
Location: 127.0.0.1

Post by cerberus_gr »

I have already do it, but "handle 8" I searched before, returns nothing :(

Anyway thx, I found some topics :)
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

If I remember corectly, there where some changing in some .c file or something folowed by an re-compile. The Search function of the forum knows them all. :)
Once the game is over, the king and the pawn go back in the same box.
User avatar
Turambar
Halfop
Posts: 56
Joined: Thu May 29, 2003 6:25 am

Post by Turambar »

and btw the handle length is not 8 by default but 9
User avatar
Yourname
Master
Posts: 358
Joined: Mon Sep 24, 2001 8:00 pm
Location: Toronto

Post by Yourname »

Hehe I was gonna say what Turambar said.
Yeah, the default is 9 characters, not 8.

To solve this, you need to recompile your eggdrop.
Step wise:
cd eggdrop1.6.13/src
pico -w eggdrop.h
(scroll down one page by pressing ctrl + V)
(and then use the down arrow key to scroll down)
...till you find the line

Code: Select all

#define HANDLEN 9
You need to change the number 9 to 32.
Then hit ctrl + x to save the file and exit, and then
cd ~/eggdrop1.6.13
./configure
And then keep going like how you would compile the eggdrop

When you're done recompiling, kill the eggdrop completely, and restart it.
Finally, go have some coke.

:)
Dormant egghead.
User avatar
Dedan
Master
Posts: 260
Joined: Wed Jul 09, 2003 10:50 pm
Location: Memphis

Post by Dedan »

Finally, go have some coke.
i think eggnog would be better
*snicker*

Merry Christmas :lol:
I once was an intelligent young man, now i am old and i can not remember who i was.
Locked