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.

windrop and bnc [ezbounce v1.02]

Old posts that have not been replied to for several years.
Locked
S
Shorty

windrop and bnc [ezbounce v1.02]

Post by Shorty »

I'm having problems getting windrop 1.6.13 to connect to ezbounce v1.02.
It was SUPPOSED to issue all the LOGIN, PASS, IDENT, VHOST, CONN commands once it got the notice from ezbouncer requesting the login/pass, but it's not doing it automatically. Back with ezbounce v0.99.12 I didn't have any problems, but now with the login/pass message having those []'s, it won't work. It just sits there on the "[13:44] -ezbounce (srv)- [awaiting login/pass command]"
Any ideas how to make this automatically? Here's the .tcl file I made:

Edited on 11/25/02:
No longer need help... I figured it out... Thanks :)
Last edited by Shorty on Sun Nov 24, 2002 11:20 pm, edited 1 time in total.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Tcl interprets things surreounded by [] as a command.

As such, these need to be escaped (a method, of sending characters to a program, so it bypasses normal parsing).

Simply place a \ before the [ and ].
Locked