hmm ... i've read all the topics about getting bot to participating with nickservs etc. but i've still have one prob. How it's done if it goes like this
- authorizing nickserver /msg nickserv <pass>
- authorizing to chanserv /msg G AUTHOP <channel> <nick> <pass>
Using AUTHOP makes bot to get his registered access levels and op-status in channel. Now if that G leaves the chan (for repair etc. i have to reauth to it) and as far as I know this can be done by checking nicks who joins the channel since channelservices are named G where I use this bot, question is how .
What you want is to write a tcl script. You can do the messages to nickserve and chanserve on the bind <join> (matching yourself) otherwise you should be watching the binds <join> and <part> for G coming and going, and reauthing as necessary.
I suggest you start by reading the docs that come with the distribution package and looking at my_first_script.tcl that comes with it too. Also search the tcl library on this site, as someone may have done something very similar to you before (with Q or X etc..)
There are already a few scipts that will do that job.
I use services.tcl for dalnet but there are also some other scripts available, you should go to the tcl archive and try some of these scripts there.