type: /help Access Levels

you can add levels to an address by using the /auser or /guser command:

/auser <level> <address> [information]

example: /auser blacklist *!*spam*@* suspect!

the $ulist() identifier will lookup an address for matching Levels, most Remote events also support Levels:

on <level>:<event>: commands

example:

Code:
on [color:blue]blacklist[/color]:JOIN:#:{
 if ($me isop #) {
  mode # +b $maddress
  kick # $nick blacklisted ( $+ $ulist($maddress,blacklist,1).info $+ )
 }
}