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.

How to make a bot join a chan with key?

General support and discussion of Eggdrop bots.
Post Reply
r
ripz
Voice
Posts: 6
Joined: Sun Feb 17, 2008 1:00 pm

How to make a bot join a chan with key?

Post by ripz »

Hey, was reading around the forum.. Found some commands i could use to make the bot join a chan with +k.

But it doesnt work..

Code: Select all

.+chan #mychannel
then

Code: Select all

.chanset #mychannel need-key join #mychannel mykey
Then i get:
Due to security concerns, only permanent owners can set these modes.

And i am the owner of the bot..

Anyone know what the problem can be?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Check your eggdrop.conf configurations. A quick solution is to add your handle to the owners variable in you eggdrop.conf.
Z
Zircon
Op
Posts: 191
Joined: Mon Aug 21, 2006 4:22 am
Location: Montreal

Post by Zircon »

Hi there

If you already know the key, just type in the partyline :

Code: Select all

.chanset #channel chanmode +k key
So the bot will join the channel with that key eachtime it s on IRC.
s
starpossen
Op
Posts: 139
Joined: Tue Jan 10, 2006 1:08 am

Post by starpossen »

Code: Select all

.chanset #channel need-key putserv "JOIN #channel password"
r
ripz
Voice
Posts: 6
Joined: Sun Feb 17, 2008 1:00 pm

Post by ripz »

Thanks guys :)
Post Reply