summary refs log tree commit diff stats
path: root/plugins/wmpa/hexchat-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wmpa/hexchat-plugin.h')
-rw-r--r--plugins/wmpa/hexchat-plugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/wmpa/hexchat-plugin.h b/plugins/wmpa/hexchat-plugin.h
index 55e2c0b3..fb398b3a 100644
--- a/plugins/wmpa/hexchat-plugin.h
+++ b/plugins/wmpa/hexchat-plugin.h
@@ -15,10 +15,10 @@
 #define HEXCHAT_PRI_LOW      (-64)
 #define HEXCHAT_PRI_LOWEST   (-128)
 
-#define XCHAT_FD_READ      1
-#define XCHAT_FD_WRITE     2
-#define XCHAT_FD_EXCEPTION 4
-#define XCHAT_FD_NOTSOCKET 8
+#define HEXCHAT_FD_READ      1
+#define HEXCHAT_FD_WRITE     2
+#define HEXCHAT_FD_EXCEPTION 4
+#define HEXCHAT_FD_NOTSOCKET 8
 
 #define XCHAT_EAT_NONE     0                                   /* pass it on through! */
 #define XCHAT_EAT_XCHAT    1                                   /* don't let xchat see this event */