diff options
author | RichardHitt <rbh00@netcom.com> | 2013-01-03 14:24:04 -0800 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2013-01-03 14:24:04 -0800 |
commit | 4bf2fbe092fbe791b5ea0268b07ae3aaaa7a5870 (patch) | |
tree | 0f2e4c12254bf0c62694be091dbe8c960b0bf632 /src/common | |
parent | 44d920592d2a258500fdddd848fd0649282481e9 (diff) |
Ywes, nicks can be as short as one character long!
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/url.c | 2 |
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 * |