From 91dd079add901b219d0193c686f8232bc57965c9 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 07:18:25 +0100 Subject: Rebranding for XCHAT_PRI_* --- plugins/doat/doat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/doat') diff --git a/plugins/doat/doat.c b/plugins/doat/doat.c index 237233c5..ab84c85e 100644 --- a/plugins/doat/doat.c +++ b/plugins/doat/doat.c @@ -79,7 +79,7 @@ xchat_plugin_init( xchat_plugin * plugin_handle, char **plugin_name, *plugin_version = "1.0001"; *plugin_desc = "Perform an arbitrary command on multiple channels"; - xchat_hook_command( ph, "doat", XCHAT_PRI_NORM, parse_command, "DOAT [channel,list,/network] [command], perform a command on multiple contexts", NULL ); + xchat_hook_command( ph, "doat", HEXCHAT_PRI_NORM, parse_command, "DOAT [channel,list,/network] [command], perform a command on multiple contexts", NULL ); xchat_print (ph, "Do At plugin loaded\n"); -- cgit 1.4.1