Version: 6.21

I have come across a problem with keeping a plugin loaded.

The plugin stays loaded after the first call but then after about 10 minutes of not calling the dll, mirc crashes and I noticed when debugging the crash that the plugin isn't loaded when it crashes.

So I think what is happening is mirc still sees the dll as being loaded but for some reason the dll is unloaded so when tries to access it it has a memory access violation because the dll isn't there anymore.