summary refs log tree commit diff stats
path: root/src/common/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/url.h')
-rw-r--r--src/common/url.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/common/url.h b/src/common/url.h
index 2085c73e..676f9a6d 100644
--- a/src/common/url.h
+++ b/src/common/url.h
@@ -23,11 +23,11 @@
 extern void *url_tree;
 
 #define WORD_URL     1
-#define WORD_NICK    2
-#define WORD_CHANNEL 3
-#define WORD_HOST    4
-#define WORD_HOST6   5
-#define WORD_EMAIL   6
+#define WORD_CHANNEL 2
+#define WORD_HOST    3
+#define WORD_HOST6   4
+#define WORD_EMAIL   5
+#define WORD_NICK    6
 /* anything >0 will be displayed as a link by gtk_xtext_motion_notify() */
 #define WORD_DIALOG  -1
 #define WORD_PATH    -2