I know the difference but what's the best to use? Like in all the plugins i see ( Mostly ) they use PLUGIN_HANDLED. So what's the best in the case of Music Player?
Code:
#define PLUGIN_CONTINUE 0 /* Results returned by public functions */
#define PLUGIN_HANDLED 1 /* stop other plugins */
#define PLUGIN_HANDLED_MAIN 2 /* to use in client_command(), continue all plugins but stop the command */
__________________