mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 13:10:19 +00:00
For NICK0 use NICKSPE, not NICKDIG
This commit is contained in:
@@ -453,7 +453,7 @@ re_email (void)
|
|||||||
#define NICKDIG "0-9"
|
#define NICKDIG "0-9"
|
||||||
/* Note for NICKSPE: \\\\ boils down to a single \ */
|
/* Note for NICKSPE: \\\\ boils down to a single \ */
|
||||||
#define NICKSPE "\\[\\]\\\\`_^{|}"
|
#define NICKSPE "\\[\\]\\\\`_^{|}"
|
||||||
#define NICK0 "[" NICKPRE "]?[" NICKLET NICKDIG "]"
|
#define NICK0 "[" NICKPRE "]?[" NICKLET NICKSPE "]"
|
||||||
#define NICK1 "[" NICKHYP NICKLET NICKDIG NICKSPE "]+"
|
#define NICK1 "[" NICKHYP NICKLET NICKDIG NICKSPE "]+"
|
||||||
#define NICK NICK0 NICK1
|
#define NICK NICK0 NICK1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user