mirror of
https://github.com/matrix-construct/construct
synced 2024-12-24 14:34:00 +01:00
Disallow $ in usernames as this may cause problems with ban forwarding.
This commit is contained in:
parent
c459d23ba9
commit
0ea417c4a4
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ const unsigned int CharAttrs[] = {
|
|||
/* ! */ PRINT_C | KWILD_C | CHAN_C | NONEOS_C,
|
||||
/* " */ PRINT_C | CHAN_C | NONEOS_C,
|
||||
/* # */ PRINT_C | MWILD_C | CHANPFX_C | CHAN_C | NONEOS_C,
|
||||
/* $ */ PRINT_C | NONEOS_C | USER_C,
|
||||
/* $ */ PRINT_C | NONEOS_C,
|
||||
/* % */ PRINT_C | CHAN_C | NONEOS_C,
|
||||
/* & */ PRINT_C | CHANPFX_C | CHAN_C | NONEOS_C,
|
||||
/* ' */ PRINT_C | CHAN_C | NONEOS_C,
|
||||
|
|
Loading…
Reference in a new issue