Closed p-hennessy closed 8 years ago
Will need to load presistant user data when bot loads
will then need to load ACL's from disk
Put ACL defaults in config, so commands could do @command("^ping", access=ACL.admin)
, would make it strictly admin command
Here are some considerations: (furgo storage for now)
access=123
, but how could a bot owner configure commands in his bot? Should we leave it to going through each plugin and modifying access on a per command basis? This brings up another point; could we centralize plugin configs somewhere?Blocked by #22
Implemented in 3fdbf1b
Not sure how I want to implement this