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.

[SOLVED] eggdrop via psybnc

General support and discussion of Eggdrop bots.
Post Reply
k
krzys
Voice
Posts: 5
Joined: Mon Mar 16, 2009 8:48 am

[SOLVED] eggdrop via psybnc

Post by krzys »

Hi.

I want to connect eggdrop via psybnc. In mIRC I should login via command Your IRC Client did not support a password. Please type /QUOTE PASS yourpassword to connect. Ok so I send pass and I'm connected. But how to do it using eggdrop? I write tcl procedure to do it:

Code: Select all

proc evnt_oper {type} {
global botnick
  putserv "PASS pass"
  putserv "PRIVMSG NickServ :IDENTIFY pass"
}
and added it to eggdrop.conf but don't works. In commandline I see only:
[19:31] -Welcome (psyBNC@lam3rz.de)- psyBNC2.3.2-7
[19:31] --psyBNC (psyBNC@lam3rz.de)- Your IRC Client did not support a password. Please type /QUOTE PASS yourpassword to connect.
Any ideas?

Thanks in advance!
Last edited by krzys on Sat Apr 18, 2009 5:37 pm, edited 1 time in total.
User avatar
Getodacul
Voice
Posts: 20
Joined: Thu Jun 07, 2007 2:32 pm

Post by Getodacul »

modify in your eggdrop conf:
set servers {
your_bouncer:port:password
}
k
krzys
Voice
Posts: 5
Joined: Mon Mar 16, 2009 8:48 am

Post by krzys »

It works! thank you ;)
Post Reply