Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I autovoice someone who joins my channel?

channel joins
0
Posted

How do I autovoice someone who joins my channel?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123