Hi, i know and ive got a lot of autoop tcl scripts on join but i'd like that only users authed that join my channel get +o, then i no need to set +r mode in the channel and all people can join.
It's for QuakeNet network. For example, a whois from an user :
[ont]zENT`OFF is zENTION@zenti0n.users.quakenet.org * ...
[ont]zENT`OFF on #one
[ont]zENT`OFF using *.quakenet.org QuakeNet IRC Server
[ont]zENT`OFF is authed as zenti0n
[ont]zENT`OFF End of /WHOIS list.
The bot should check the nick when it joins my channel, and if he detects the four line where it shows : [ont]zENT`OFF is authed as zenti0n
Then it gets +o.
No matters if the ip is hidden like : @zenti0n.users.quakenet.org or it has the ip XX.XXX.XXX.XX, the bot must know if he has auth or not.
Thanks a lot!