Code: Select all
bind need - "% invite" k_invite
proc k_invite { chan } {
putserv "NOTICE K :invite $chan"
}
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1023Will trigger when your eggdrop bot needs an op/unban/invite/limit/key on a channel. Requests ChanServ to reop itself when it is deoped, and unban itself when it is banned and it would also invite itself when channels are set to invite-only, have a low channel limit or unknown channel key set. See extended description.