From 57373d7b3a13cd70a04dcfe427a6cf9d104c1c7e Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Sat, 29 May 2010 16:20:22 +0200 Subject: add notification messages for DNS plugin --- plugins/dns/plugin-dns.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/dns/plugin-dns.c') diff --git a/plugins/dns/plugin-dns.c b/plugins/dns/plugin-dns.c index fdefd490..44d53691 100644 --- a/plugins/dns/plugin-dns.c +++ b/plugins/dns/plugin-dns.c @@ -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 */ } -- cgit 1.4.1