logikaljay / mudjs

A node.js based mud telnet client
0 stars 0 forks source link

Unload plugin #8

Closed logikaljay closed 9 years ago

logikaljay commented 9 years ago

Unloading a plugin should remove any trace of it ever being there. It needs to remove it from memory and stop any related triggers or timers that it created

logikaljay commented 9 years ago

This is really up to the plugin to unload all of its properties/listeners upon request