mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
For NICK0 use NICKSPE, not NICKDIG
This commit is contained in:
parent
7099f43a12
commit
44d920592d
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user