mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user