How do I autovoice someone who joins my channel?
Autovoice can be done in 2 ways, by script or we can just have mIRC do it. With mIRC 5.9, mIRC has a built in autovoice system. Here’s the script method, put this in remotes: on @*:join:#mychannel: { if ($nick == Kintar0) { mode # +v $nick } if ($nick == Martyr2) { mode # +v $nick } } Since mIRC now has a built in autovoice system as well, we can just add nicknames and addresses to mIRC’s autovoice list. Here’s how: First, be sure to turn on Avoice: /avoice on Next, we add a nickname to the list: /avoice Kintar0 #clan-x-scripterz – This adds Kintar0 to your Avoice list on #clan-x-scripterz If you want to add a host instead of a nickname: /avoice Kintar0 #clan-x-scripterz 3 – This adds Kintar0 to Avoice on #clan-x-scripterz – The only difference is, we added Kintar0’s hostmask type 3 – Now we would autovoice anyone matching (*!*xyz@*.aol.com) For more information on /avoice, check out the help file. It explains Avoice pretty well if you still cannot get it to work with this section. For