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.
Old posts that have not been replied to for several years.
-
m
minieye
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.
-
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?