Eggdrop : How to identify bot automatically

I’m trying eggdrop yesterday, but got problem with identifying the nick bot, so i search and got the solution for it.

if you already register the nick just add/edit this line on 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 +iR-ws"
  putquick "privmsg nickserv :identify password"
}

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.