For NICK0 use NICKSPE, not NICKDIG

This commit is contained in:
RichardHitt 2013-01-03 14:13:20 -08:00
parent 7099f43a12
commit 44d920592d
1 changed files with 1 additions and 1 deletions

View File

@ -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