HI,
I try to identify eggdrop via command /oper but I dont know which command i must use.
How can I send message to ircd become IRCop?? What I must put in my config file?
Thanks
Code: Select all
set operid "OPERNAME-AS-DEFINED-IN-CONFIGFILE"
set operpass "OPERPASS-AS-SET-IN-CONFIGFILE"
set nspass "NICKSERV-PASS-FOR-ABILITY-TO-SERVICES-ADMIN"
bind evnt - init-server oper
bind evnt - init-server identity
proc identity init-server { putquick "privmsg nickserv : id $nspass " }
proc oper init-server { putserv "OPER $::operid $::operpass" }