I would like to see a feature to allow users in a userlist to be checked for a registered nick before allowing events to run.

Examples:
Old Way: 10:NickServ!service*@*
Allows anyone with the nick NickServ and ident service access to Level 10 commands

New Way: =10:NickServ!service*@*
Allows anyone with the nick NickServ and ident service who has a registered nick access to Level 10 commands. the '=' is just a designator to tell mIRC to look for a registered nick.

Although this can be scripted I found that coding the check into every command is cumbersome and creates large script files.

Does anyone else think this is a useful idea??