diff options
author | Cara Salter <cara@devcara.com> | 2023-03-30 15:58:57 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-03-30 15:58:57 -0400 |
commit | e63f88aa3f8fe1c0cf8366ee09188a4b18ede166 (patch) | |
tree | a5184887a2ad23623bd1cf1c9d545bd9bf3aac4b /include | |
parent | 8233fc4bcffc82907e82b31072cb8129aa200ae5 (diff) | |
download | 142bot-e63f88aa3f8fe1c0cf8366ee09188a4b18ede166.tar.gz 142bot-e63f88aa3f8fe1c0cf8366ee09188a4b18ede166.zip |
Finish reactions module
Diffstat (limited to 'include')
-rw-r--r-- | include/142bot/modules.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/142bot/modules.hpp b/include/142bot/modules.hpp index ab888d3..27025b8 100644 --- a/include/142bot/modules.hpp +++ b/include/142bot/modules.hpp @@ -136,6 +136,8 @@ public: // Unloads and then reloads a module bool reload(const std::string &fname); + void load_all(); + // Get list of loaded modules const ModuleMap& get_loaded_modules() const; }; |