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