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.

Tcl Error

Old posts that have not been replied to for several years.
Locked
s
snow-ball
Voice
Posts: 22
Joined: Fri Oct 26, 2001 8:00 pm

Post by snow-ball »

Hi

can somebody help me?
I am using irco-psybnc.tcl
Eggdrop: 1.6.7

I have the folling error when the bot connect

> [16:56] -Welcome (psyBNC@lam3rz.de)- psyBNC2.3
> [16:56] TCL error [psybnc]: called "psybnc" with too many arguments
> [16:56] --psyBNC (psyBNC@lam3rz.de)- Your IRC Client did not support a password. Please type /QUOTE PASS yourpassword to connect.

Source
set servers xxxx.com:0000
set psybnc_pass "xxxxx"

bind notc - "Your IRC Client did not support a password. Please type /QUOTE PASS yourpassword to connect." psybnc
set ver "v1.0"
proc psybnc {nick uhost hand arg} {
global psybnc_pass
putserv "PASS $psybnc_pass"
}

Tks
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

read tcl-commands.doc in the NOTC bind section
s
snow-ball
Voice
Posts: 22
Joined: Fri Oct 26, 2001 8:00 pm

Post by snow-ball »

Thank You Petersen
It work now

:smile:

<font size=-1>[ This Message was edited by: snow-ball on 2002-05-05 22:34 ]</font>
Locked