aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add READMECara Salter2023-04-03
| | | | Change-Id: I436829b576c46dd04bcf33044f5d157552b51615
* Init spotify moduleCara Salter2023-04-03
| | | | Change-Id: I01535de80c6426f1f724ffad87a628b8a9a1b55d
* modules: Fix issue with unloading modules bound to OnMessageCara Salter2023-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.
* meta: Update CMakeListsCara Salter2023-04-02
|
* Add dependencies to CMakeListsCara Salter2023-04-02
|
* Finish reactions moduleCara Salter2023-03-30
|
* reactions moduleCara Salter2023-03-30
|
* modules!Cara Salter2023-03-30
|
* initial commitCara Salter2023-03-27