From 71681c889b63432b7534078a402a7512a172e323 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 2 Jun 2010 21:59:11 +0200 Subject: make plugin messages consistent with perl and tcl interface messages --- plugins/dns/plugin-dns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/dns') diff --git a/plugins/dns/plugin-dns.c b/plugins/dns/plugin-dns.c index 44d53691..526c4368 100644 --- a/plugins/dns/plugin-dns.c +++ b/plugins/dns/plugin-dns.c @@ -305,7 +305,7 @@ xchat_plugin_deinit (xchat_plugin *plugin_handle) Sleep (1000); } - xchat_print(ph, "DNS plugin unloaded successfully!\n"); + xchat_print(ph, "DNS plugin unloaded\n"); return 1; } @@ -333,7 +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"); + xchat_print(ph, "DNS plugin loaded\n"); return 1; /* return 1 for success */ } -- cgit 1.4.1