add notification messages for DNS plugin

This commit is contained in:
berkeviktor@aol.com
2010-05-29 16:20:22 +02:00
parent 97b048ca41
commit 57373d7b3a
3 changed files with 7 additions and 3 deletions

View File

@@ -304,6 +304,8 @@ xchat_plugin_deinit (xchat_plugin *plugin_handle)
{
Sleep (1000);
}
xchat_print(ph, "DNS plugin unloaded successfully!\n");
return 1;
}
@@ -331,5 +333,7 @@ xchat_plugin_init
xchat_hook_command(ph, "DNS", XCHAT_PRI_LOW, dns_cmd_cb, HELP, 0);
xchat_print(ph, "DNS plugin loaded successfully!\n");
return 1; /* return 1 for success */
}