mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 00:30:19 +00:00
Merge branch 'master' of http://github.com/RichardHitt/hexchat
This commit is contained in:
@@ -454,8 +454,8 @@ re_email (void)
|
||||
#define NICKDIG "0-9"
|
||||
/* Note for NICKSPE: \\\\ boils down to a single \ */
|
||||
#define NICKSPE "\\[\\]\\\\`_^{|}"
|
||||
#define NICK0 "[" NICKPRE "]?[" NICKLET NICKDIG "]"
|
||||
#define NICK1 "[" NICKHYP NICKLET NICKDIG NICKSPE "]+"
|
||||
#define NICK0 "[" NICKPRE "]?[" NICKLET NICKSPE "]"
|
||||
#define NICK1 "[" NICKHYP NICKLET NICKDIG NICKSPE "]*"
|
||||
#define NICK NICK0 NICK1
|
||||
|
||||
static GRegex *
|
||||
|
||||
Reference in New Issue
Block a user