This module provide you simple helper for checking if some person is admin of this bot. All admins are hardcoded during bot initialization.
In initialization method of your bot register all admins:
admins.add("steve")
admins.add("prettynatty")
After this you can check if user is admin:
isAdmin(<user_id>)