mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2007
Posts: 51
J
JH1354 Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Oct 2007
Posts: 51
Where and how do i add a script to auto +h someone?

Thanks

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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.

Joined: Oct 2007
Posts: 51
J
JH1354 Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Oct 2007
Posts: 51
thanks where do i add this in my remote?

Last edited by JH1354; 22/08/10 12:21 AM.
Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Originally Posted By: JH1354
thanks where do i add this in my remote?
Yes, in your mirc remote.

Joined: Sep 2007
Posts: 202
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Sep 2007
Posts: 202
I also recommend HOP or ACCESS with chanserv


Link Copied to Clipboard