mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-08 01:47:11 +02:00
Introduce a new module event to be called after the virtual machine was destroyed. Thus, preventing the release of the virtual machine while still in use.
Prevent releasing IRC sessions while they could still be in use. Few other changes that had to be committed because of the change in the module API.
This commit is contained in:
@ -26,8 +26,8 @@ public:
|
||||
static void Process();
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Terminate all sessions and release their resources.
|
||||
*/
|
||||
* Terminate all sessions and release their resources.
|
||||
*/
|
||||
static void Terminate();
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user