Ywes, nicks can be as short as one character long!
This commit is contained in:
parent
44d920592d
commit
4bf2fbe092
|
@ -454,7 +454,7 @@ re_email (void)
|
||||||
/* Note for NICKSPE: \\\\ boils down to a single \ */
|
/* Note for NICKSPE: \\\\ boils down to a single \ */
|
||||||
#define NICKSPE "\\[\\]\\\\`_^{|}"
|
#define NICKSPE "\\[\\]\\\\`_^{|}"
|
||||||
#define NICK0 "[" NICKPRE "]?[" NICKLET NICKSPE "]"
|
#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
|
||||||
|
|
||||||
static GRegex *
|
static GRegex *
|
||||||
|
|
Loading…
Reference in New Issue