summary refs log tree commit diff stats
path: root/src/common/url.c
diff options
context:
space:
mode:
authorRichardHitt <rbh00@netcom.com>2013-01-03 14:24:04 -0800
committerRichardHitt <rbh00@netcom.com>2013-01-03 14:24:04 -0800
commit4bf2fbe092fbe791b5ea0268b07ae3aaaa7a5870 (patch)
tree0f2e4c12254bf0c62694be091dbe8c960b0bf632 /src/common/url.c
parent44d920592d2a258500fdddd848fd0649282481e9 (diff)
Ywes, nicks can be as short as one character long!
Diffstat (limited to 'src/common/url.c')
-rw-r--r--src/common/url.c2
1 files changed, 1 insertions, 1 deletions
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 *