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:13:20 -0800
committerRichardHitt <rbh00@netcom.com>2013-01-03 14:13:20 -0800
commit44d920592d2a258500fdddd848fd0649282481e9 (patch)
treea2bcc568def13d2103a82aacde468a86eac6544c /src/common/url.c
parent7099f43a12b5eab92068c9d6e2f4cfa6b7a68f83 (diff)
For NICK0 use NICKSPE, not NICKDIG
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 e3834a70..c21870a0 100644
--- a/src/common/url.c
+++ b/src/common/url.c
@@ -453,7 +453,7 @@ re_email (void)
 #define NICKDIG "0-9"
 /*	Note for NICKSPE:  \\\\ boils down to a single \ */
 #define NICKSPE	"\\[\\]\\\\`_^{|}"
-#define NICK0 "[" NICKPRE "]?[" NICKLET NICKDIG "]"
+#define NICK0 "[" NICKPRE "]?[" NICKLET NICKSPE "]"
 #define NICK1 "[" NICKHYP NICKLET NICKDIG NICKSPE "]+"
 #define NICK	NICK0 NICK1