diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-27 11:08:02 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-27 11:08:02 +0000 |
commit | 21c25d53bcece2397fc8fc77eb53e85124412682 (patch) | |
tree | 6b163059bc7053501b529341dc3240aaa9fcbb53 /src | |
parent | 62184324b8b640e63083f11e8881dccc92812923 (diff) |
- Backported -r1874 [WHOIS may no longer accept wildcards]
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1884 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r-- | src/match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match.c b/src/match.c index b630944..dc94acf 100644 --- a/src/match.c +++ b/src/match.c @@ -330,7 +330,7 @@ const unsigned int CharAttrs[] = { /* SP */ PRINT_C|SPACE_C, /* ! */ PRINT_C|KWILD_C|CHAN_C|VCHAN_C|NONEOS_C, /* " */ PRINT_C|CHAN_C|VCHAN_C|NONEOS_C, -/* # */ PRINT_C|KWILD_C|CHANPFX_C|CHAN_C|VCHAN_C|NONEOS_C, +/* # */ PRINT_C|CHANPFX_C|CHAN_C|VCHAN_C|NONEOS_C, /* $ */ PRINT_C|CHAN_C|VCHAN_C|NONEOS_C|USER_C, /* % */ PRINT_C|CHAN_C|VCHAN_C|NONEOS_C, /* & */ PRINT_C|CHAN_C|VCHAN_C|NONEOS_C, |