I know it sounds daft, but is 'normal' in IdleRPG.

Situation. In Idle RPG all player, ie those that have logged in to the controling Bot which then voices them.

Until I noticed that an Op, whom I know is a game player, would not be actioned by my script.

Was using
Code:
 If(me$ isreg #idlerpg) { loginToGame }
and clearly that will not work since an Op, prior to loging in would never be a regular user.

To combat this I changed to (isvoice) but that doesn't pick up the 'voice' (+v) attribute for his nick; despite him being +~ (owner) and +v. The latter was documented in the channel when the bot returned after being offline and auto voiced users that were online when it went offair.

And so my question is how do I check if his nick is +v'ed when he is also +@ or above ?

In fact thinking about this how would you check if % (half-Op) and above other than checkin twice, one for % and once for @&q~ ?

Last edited by Erasimus; 26/03/19 01:30 AM.