add notification messages for DNS plugin
This commit is contained in:
@ -219,13 +219,13 @@ int xchat_plugin_init(xchat_plugin *plugin_handle,
|
||||
xchat_hook_command(ph, "wcmd", XCHAT_PRI_NORM, wcmd_cb,
|
||||
"Usage: wcmd [play|pause|stop|prev|next]", 0);
|
||||
|
||||
xchat_print(ph, "EasyWinampControl 1.2 plugin loaded successfully!\n");
|
||||
xchat_print(ph, "EasyWinampControl plugin loaded successfully!\n");
|
||||
|
||||
return 1; /* return 1 for success */
|
||||
}
|
||||
|
||||
int xchat_plugin_deinit(void)
|
||||
{
|
||||
xchat_print(ph, "EasyWinampControl 1.2 plugin unloaded successfully!\n");
|
||||
xchat_print(ph, "EasyWinampControl plugin unloaded successfully!\n");
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user