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.

Two Configuration Questions

Old posts that have not been replied to for several years.
Locked
P
PessimiStick

Post by PessimiStick »

First question: Is there any way to get the bot to NOT truncate names when you set people as Master/Owner? My bot always truncates my name to 'PessimiSt', even if I use set nick-len 15 (or any other umber for that matter)

Second question: How do you get the bot to automatically know the key for a room? The key is aways the same to the room, so I just want the bot to join with it, but I never could find a place in the chan settings to set a key.

Thanks in advance, and excuse my eggdrop newbieness. =
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

nick-len is not related to handlen. read src/eggdrop.h, edit and recompile (pay attention to the warnings given of the consequences of this)

.chanset #chan +ntk yourkey
or
.chanset #chan need-key putserv "JOIN #chan key"

first one is faster. second one means bot aint enforcing the key
P
PessimiStick

Post by PessimiStick »

Thanks =)
Ok, now it's telling me I can't use
.chanset #chan need-key putserv "JOIN #chan key"
becuase "Due to security concerns, only permanent owners can set these modes."

How exactly do I make it see me as the permanent owner?



<font size=-1>[ This Message was edited by: PessimiStick on 2002-02-21 14:59 ]</font>
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

put your handle in owner variable in conf
P
PessimiStick

Post by PessimiStick »

No luck, it still doesn't see me as the permanent owner. Is it because my nick is PessimiStick and the bot truncates it to PessimiSt? The owner variable in the conf file is PessimiStick, so I don't know why it thinks I'm not the owner.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

must be whatever your handle is (thus if HANDLEN is 9 it cant be more than 9)
User avatar
DrTongue
Op
Posts: 115
Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:

Post by DrTongue »

Would it work for him if he set "PessimiSt" AND "PessimiStick" as owners in the config?
Locked