You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the auth functions to include differentiation between local mods and global mods. Add singular auth functions like is_owner() is_global_mod() is_local_mod() for cases where differentiation based on a returned int value is not ideal.
Add a "whitelist" auth level. This should be fairly simple, since it will use almost identical code to the mod list, but with a few extra chat commands to add / remove people from the whitelist. Might want to also look at dumping / loading the whitelist from a file to make it persistent.
Update the auth functions to include differentiation between local mods and global mods. Add singular auth functions like is_owner() is_global_mod() is_local_mod() for cases where differentiation based on a returned int value is not ideal.
Add a "whitelist" auth level. This should be fairly simple, since it will use almost identical code to the mod list, but with a few extra chat commands to add / remove people from the whitelist. Might want to also look at dumping / loading the whitelist from a file to make it persistent.
Related to #16
The text was updated successfully, but these errors were encountered: