diff options
author | Farow <farow_spam@lavabit.com> | 2013-08-13 04:19:14 +0300 |
---|---|---|
committer | Farow <farow_spam@lavabit.com> | 2013-08-13 04:19:14 +0300 |
commit | 4f77f046d00d81d083fa1614e7fb6099dc791a62 (patch) | |
tree | cceece3a0b54b6faeab91c678aa6cdc4c6e71021 /src/common/url.c | |
parent | 0b95c1c444fd87583ae87ea3c59e883b5bfbbd0e (diff) |
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
Diffstat (limited to 'src/common/url.c')
-rw-r--r-- | src/common/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |