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.

auth on connect

Old posts that have not been replied to for several years.
Locked
m
minieye

auth on connect

Post by minieye »

simple question, I just want my eggdrop to authenticate with authserv on connect. not sure how to do this. thanks for any help.
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Please, use search option, search for init-server

You can also find same thing in eggdrop.conf:
# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server

proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
}
Que?
Locked