summary refs log tree commit diff stats
path: root/src/common/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/url.c')
-rw-r--r--src/common/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/url.c b/src/common/url.c
index 0f88a35b..6c429ed8 100644
--- a/src/common/url.c
+++ b/src/common/url.c
@@ -316,8 +316,8 @@ do_an_re(const char *word,int *start, int *end, int *type)
 	{
 		{ re_email, WORD_EMAIL },
 		{ re_url, WORD_URL },
-		{ re_host, WORD_HOST },
 		{ re_channel, WORD_CHANNEL },
+		{ re_host, WORD_HOST },
 		{ re_path, WORD_PATH },
 		{ re_nick, WORD_NICK }
 	};