PDA

View Full Version : Eggdrop on +k chan


Big
06-26-2004, 05:36 AM
Hello,

i'd like my eggdrop to come on my chan #test (for example)
This channel is in +k mode (password : test2)


so, if i want to join this channel, command line is /j #test test2.

How can i define this in my eggdrop.conf ?
I don't find it :s

thx 4 answers

caladan
06-26-2004, 05:38 AM
chanmode #chan "+k YOURPASS"

tuff
06-26-2004, 05:39 AM
.chanset #channel chanmode +k mykey

from the bots partyline

Kimezy
06-26-2004, 05:39 AM
in partyline .chanset #yourchan chanmode +stnk yourkey

LordM_2
06-26-2004, 05:40 AM
you can define the key in your eggdrop.conf or in the partyline.

eggdrop.conf:
channel add #test {
chanmode "+ntkp test2"


or in Partyline:

if the channel is added already

.chanset #test chanmode +ntk test


mfg LordM

Big
06-26-2004, 05:51 AM
thx, i tried to change eggdrop.conf like that :

channel add #test{
chanmode "+ntk test2"
}


eggdrop is connected to irc but doesn't join the channel :/

jeza
06-26-2004, 12:50 PM
make sure it isnt invite only

channel add #test{
chanmode "-i+stnk test2"
}

Big
06-27-2004, 10:56 AM
thx jeza, now it's good





:banana: