summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/url.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/url.c b/src/common/url.c
index 2fda8f6b..ef6e3fdb 100644
--- a/src/common/url.c
+++ b/src/common/url.c
@@ -420,8 +420,8 @@ struct
 	const char *path_sep;  /* string that begins the path */
 	int flags;             /* see above (flag macros) */
 } uri[] = {
-	{ "irc",       "/", URI_AUTHORITY | URI_PATH },
-	{ "ircs",      "/", URI_AUTHORITY | URI_PATH },
+	{ "irc",       "/", URI_PATH },
+	{ "ircs",      "/", URI_PATH },
 	{ "rtsp",      "/", URI_AUTHORITY | URI_PATH },
 	{ "feed",      "/", URI_AUTHORITY | URI_PATH },
 	{ "teamspeak", "?", URI_AUTHORITY | URI_PATH },