diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:18:25 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:18:25 +0100 |
commit | 91dd079add901b219d0193c686f8232bc57965c9 (patch) | |
tree | 1a2c8081c24071b869fa81161872537fd9dda2c9 /plugins/dns/dns.c | |
parent | 50a233527687ed9c8c747a0c692fe477ae00483d (diff) |
Rebranding for XCHAT_PRI_*
Diffstat (limited to 'plugins/dns/dns.c')
-rw-r--r-- | plugins/dns/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dns/dns.c b/plugins/dns/dns.c index 2d269b01..2417b1d2 100644 --- a/plugins/dns/dns.c +++ b/plugins/dns/dns.c @@ -324,7 +324,7 @@ xchat_plugin_init *plugin_desc = "Threaded IPv4/6 DNS Command"; *plugin_version = DNS_VERSION; - xchat_hook_command(ph, "DNS", XCHAT_PRI_LOW, dns_cmd_cb, HELP, 0); + xchat_hook_command(ph, "DNS", HEXCHAT_PRI_LOW, dns_cmd_cb, HELP, 0); xchat_printf (ph, "DNS plugin loaded\n"); return 1; /* return 1 for success */ |