http://git.simp.i2p/simp/PyLink/src/branch/main/docs/technical/permissions-api.md
For example, anyone with * , perm.* , perm.? , *.1 , etc. in their permissions list will be allowed to use a command checking for a permission named perm.1 . Checking for permissions Individual functions check for permissions using the permissions.checkPermissions(irc, source, ['perm.1', 'perm.2']) function, where the last argument is an OR'ed list of permissions matched against a list of permission string globs that a user may have.