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.

Help connecting windrop through psybnc please

Old posts that have not been replied to for several years.
Locked
d
darkrad
Voice
Posts: 16
Joined: Wed Sep 10, 2003 6:33 pm

Help connecting windrop through psybnc please

Post by darkrad »

I downloaded psyBNC_v1.3.tcl and set it up with bnc password and all other options, i edited my conf file of windrop with :

set servers {
ip:port
}

where ip:port are ip and port of the bnc.
But when i try it i get :

[10:15] Identd was Already On, Listening On Port 113, Replying as ident
[10:15] Trying server ip:port
[10:15] Connected to ip
[10:15] -Welcome (psyBNC@lam3rz.de)- psyBNC2.3.1
[10:15] --psyBNC (psyBNC@lam3rz.de)- Your IRC Client did not support a password. Please type /QUOTE PASS yourpassword to connect.
[10:15] [-psyBNC!psyBNC@lam3rz.de] Wrong Password. Disconnecting.
[10:15] Disconnected from ip

The only thing i don't understand on psyBNC_v1.3.tcl script is :

# Add this script to your botconf like:
#
# if {[catch { source scripts/psyBNC_v1.3.tcl } fId]} { putlog "$fId" }

where should i write this line ?

Anyway, i repeat, i can enter to bnc if i connect myself, but not through windrop, it replys me password incorrect =\

anybody has any idea ? Maybe this .tcl is only for eggdrop and not windrop ? any windrop scripts for it ? thx in advacne
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

Just add the psybnc as a server WITH a pass?
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Re: Help connecting windrop through psybnc please

Post by YooHoo »

darkrad wrote:[10:15] Identd was Already On, Listening On Port 113, Replying as ident
[10:15] Trying server ip:port
[10:15] Connected to ip
[10:15] -Welcome (psyBNC@lam3rz.de)- psyBNC2.3.1
[10:15] --psyBNC (psyBNC@lam3rz.de)- Your IRC Client did not support a password. Please type /QUOTE PASS yourpassword to connect.
[10:15] [-psyBNC!psyBNC@lam3rz.de] Wrong Password. Disconnecting.
[10:15] Disconnected from ip
Same error message one would receive if they tried to connect to a psyBNC with the wrong ident. Ever hear about oident?
darkrad wrote:# if {[catch { source scripts/psyBNC_v1.3.tcl } fId]} { putlog "$fId" }

where should i write this line ?
At the bottom of your psyBNC_v1.3.tcl.
Locked