PDA

View Full Version : [German] Windrop hilfe !!


Reckcheck
02-25-2004, 06:22 AM
Hallo,

Ich habe windrop mit iobanana verknüpft so das mir im channel stats bw etc ausgegeben werden können.

Nun hat der chan von mir aber ein key und ich bekommen von
windrop logischer weise Bad key--can't connect.

Wie und wo muss ich den key angeben ? Habe bereits
need-key { putserv "PRIVMSG #lamest :let me in!" }
in eggdrop.conf eingebaut und auch angepasst.
need-key { putserv "PRIVMSG #meinchan :thekey" }


thx im vorraus .

toki
02-25-2004, 06:24 AM
.chanset #channel chanmode +k <key>

greez toki

Reckcheck
02-25-2004, 06:27 AM
Das klappt aber nur wenn ich mich per telnet verbinde und dann werden die befehle wie !bw nicht angenommen.

Und wenn ihc eggdrop das erstmal starte mit eggdrop -m verbinde ich mich mit den user NEW und legen mir einen neuen an funzt auch aber wenn ich dann eggdrop erneut starte mit eggdrop -nt kann ich mich per telnet nicht einloggen.
Der sagt dann immer das ich ein key gesetzt habe ?!

toki
02-25-2004, 06:30 AM
http://www.egghelp.org/faq.htm#034

leads to

How can I make my bot join a keyed (+k) channel?

The simplest way to do this is to set the channel's key in the enforced modes by using the chanset command, e.g. .chanset #channel chanmode +nstk <key> (you can view the current enforced modes using .chaninfo #channel). The bot will then automatically use that key to join.

Alternatively, if you don't want +k to be enforced by the bot for whatever reason, you might want to try a script for making the bot join keyed channels.

-----


is das ein statischer channel? dann mussu das vmtl in der eggdrop.conf eintragen. das geht btw auch per dcc chat auf der partyline nicht nur via telnet.

Reckcheck
02-25-2004, 06:35 AM
thx,

ich schaue mir mal an ;)