Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | modldr: Support modules in a different path from exe | Cara Salter | 2023-04-10 |
| | | | | Change-Id: If56998535b8067b29ea34c760ac2da4339174983 | ||
* | modules: Fix issue with unloading modules bound to OnMessage | Cara Salter | 2023-04-03 |
| | | | | | | | | | | When unloaded, modules attached to OnMessage events would still be part of the list used by FOREACH_MOD to send events to, leading to a segfault. This changes the behavior of load and unload to place new modules at the *start* of the event handler arrays, leading them to already be processed by the time the bot gets to the ModuleManager. | ||
* | Finish reactions module | Cara Salter | 2023-03-30 |
| | |||
* | reactions module | Cara Salter | 2023-03-30 |
| | |||
* | modules! | Cara Salter | 2023-03-30 |