diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/url.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/url.c b/src/common/url.c index c93bc0f6..0ee09988 100644 --- a/src/common/url.c +++ b/src/common/url.c @@ -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 * |