This could be a bug I guess, definitely a feature suggestion though. +h is a popular usermode (probably mainly due to the popularity of UnrealIRCd) and so I would have thought /avoice should support users who are +h. The /aop list should not support it obviously.

For now, you could use:

on *:join:#channel:{ if ($me ishop #) && (somehost isin $fulladdress) { mode # +v $nick } }

Where 'somehost' must be changed to the hostname of the user you wish to auto-voice (or the username or nickname). For wildcard masks (such as *!*user@host) see /help iswm.

My 2 cents.

Regards,


Mentality/Chris