There are several issues that come up right away with these two plugins. First off, the strings conflict. Instead of using something like PLUGIN_NAME, both of these should be more directly related to the plugin, like PLUGIN_AUTODIM_NAME and PLUGIN_SHUTDOWNNAME. This is especially important for the string token used by getDisplayName() as this is used as a reference throughout the server code.
change PLUGIN_NAME in either plugin with a full find->replace to affect the whole plugin. This should clear up a lot of the problems, if not all. -kdf -- kdf ------------------------------------------------------------------------ kdf's Profile: http://forums.slimdevices.com/member.php?userid=7 View this thread: http://forums.slimdevices.com/showthread.php?t=30894 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
