From 4bf2fbe092fbe791b5ea0268b07ae3aaaa7a5870 Mon Sep 17 00:00:00 2001 From: RichardHitt Date: Thu, 3 Jan 2013 14:24:04 -0800 Subject: [PATCH] Ywes, nicks can be as short as one character long! --- src/common/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/url.c b/src/common/url.c index c21870a0..b5af5d3a 100644 --- a/src/common/url.c +++ b/src/common/url.c @@ -454,7 +454,7 @@ re_email (void) /* Note for NICKSPE: \\\\ boils down to a single \ */ #define NICKSPE "\\[\\]\\\\`_^{|}" #define NICK0 "[" NICKPRE "]?[" NICKLET NICKSPE "]" -#define NICK1 "[" NICKHYP NICKLET NICKDIG NICKSPE "]+" +#define NICK1 "[" NICKHYP NICKLET NICKDIG NICKSPE "]*" #define NICK NICK0 NICK1 static GRegex *