```
Authorization and role manager
------------------------------
commands:
	get roles                       returns a complete list of roles
	create role {name:string} 	    creates a new role with name test
	add {user:user} to {name}       adds a user to the role
	remove {user:user} from {name}  removes @user from the test role
	get role {name}                 gets a list of users in the test role
	del role {name}                 deletes the role test
```
