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_* --- src/common/hexchat-plugin.h | 10 +++++----- src/common/plugin-timer.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/common/hexchat-plugin.h b/src/common/hexchat-plugin.h index ddf85085..ac781368 100644 --- a/src/common/hexchat-plugin.h +++ b/src/common/hexchat-plugin.h @@ -4,11 +4,11 @@ #include -#define XCHAT_PRI_HIGHEST 127 -#define XCHAT_PRI_HIGH 64 -#define XCHAT_PRI_NORM 0 -#define XCHAT_PRI_LOW (-64) -#define XCHAT_PRI_LOWEST (-128) +#define HEXCHAT_PRI_HIGHEST 127 +#define HEXCHAT_PRI_HIGH 64 +#define HEXCHAT_PRI_NORM 0 +#define HEXCHAT_PRI_LOW (-64) +#define HEXCHAT_PRI_LOWEST (-128) #define XCHAT_FD_READ 1 #define XCHAT_FD_WRITE 2 diff --git a/src/common/plugin-timer.c b/src/common/plugin-timer.c index eaf6cde6..8da1edbf 100644 --- a/src/common/plugin-timer.c +++ b/src/common/plugin-timer.c @@ -202,7 +202,7 @@ xchat_plugin_init *plugin_desc = "IrcII style /TIMER command"; *plugin_version = ""; - xchat_hook_command (ph, "TIMER", XCHAT_PRI_NORM, timer_cb, HELP, 0); + xchat_hook_command (ph, "TIMER", HEXCHAT_PRI_NORM, timer_cb, HELP, 0); return 1; /* return 1 for success */ } -- cgit 1.4.1