I'm having problems getting windrop 1.6.8 to connect to ezbounce v0.99.12.
It was SUPPOSED to issue all the PASS, IDENT, VHOST, CONN commands once it got the notice from ezbouncer requesting the pass, but it's not doing it automatically. I'm having to telnet in and issue them by ".dump PASS whatever" and so on with .dump.
Any ideas how to make this automatically?
Here's the .tcl:
bind raw - NOTICE ezrawbnc
proc ezrawbnc {nick word text} {
set bnc1 "Please use /quote PASS <password> to register..."
if {[string tolower $text]==[string tolower $bnc1]} {
putserv PASS ".."
putserv IDENT "CP"
putserv vhost "vhost whatever.vhost.org"
putserv conn "irc.easynews.com:6667"
}
}
putlog "BNC CONNECTED"
<font size=-1>[ This Message was edited by: Shorty on 2002-02-11 23:16 ]</font>