forked from michaelowens/NodeJS-IRC-Bot
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi,
right now all users are allowed to call all commands. I guess we should create a separation of concerns here. E.g. Only admins are allowed to reload plugins, while members are only able to add words ti the textfilter. Other users can then e.g.call the lastseen functionality.
So i guess we have three user groups: admin, members and the rest. The users and there groups should be stored in a central place (json file and/or database). This will have an impact on all plugins and we should therefor put this in a central place (irc.js or global.js). What do you think?
Metadata
Metadata
Assignees
Labels
No labels