From 4f77f046d00d81d083fa1614e7fb6099dc791a62 Mon Sep 17 00:00:00 2001 From: Farow Date: Tue, 13 Aug 2013 04:19:14 +0300 Subject: Channel url and cursor fix - Allow colons in channel urls - Only add the channel part in the context menu - Fix cursor not changing between separator and url --- src/common/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/url.c') diff --git a/src/common/url.c b/src/common/url.c index 1cdfdce7..856ba5a7 100644 --- a/src/common/url.c +++ b/src/common/url.c @@ -650,7 +650,7 @@ re_nick (void) } /* CHANNEL description --- */ -#define CHANNEL "[" CHANPRE "][^ \t\a,:]+" +#define CHANNEL "[" CHANPRE "][^ \t\a,]+" static const GRegex * re_channel (void) -- cgit 1.4.1