mIRC Homepage
Posted By: JH1354 Auto adding somone to half ops - 21/08/10 06:42 PM
Where and how do i add a script to auto +h someone?

Thanks
Posted By: RusselB Re: Auto adding somone to half ops - 22/08/10 12:10 AM
Code:
on @*:join:#:{
  if $istok(nick1 nick2 nick3 nick4,$nick,32) {
    .mode +h $nick
  }
}


Please note that this is not the most secure way of doing this.

If you are an op on the channel and the network has Anope services (specifically chanserv), then I recommend you use /msg chanserv hop <#channel> add <nick>

Replace <#channel> and <nick> with the appropriate information.
Posted By: JH1354 Re: Auto adding somone to half ops - 22/08/10 12:18 AM
thanks where do i add this in my remote?
Posted By: Tomao Re: Auto adding somone to half ops - 22/08/10 03:20 AM
Originally Posted By: JH1354
thanks where do i add this in my remote?
Yes, in your mirc remote.
Posted By: firefox Re: Auto adding somone to half ops - 22/08/10 12:01 PM
I also recommend HOP or ACCESS with chanserv
© mIRC Discussion Forums