diff options
Diffstat (limited to 'ergo')
| -rw-r--r-- | ergo/ircd.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ergo/ircd.yaml b/ergo/ircd.yaml index b0920b2..5fb979e 100644 --- a/ergo/ircd.yaml +++ b/ergo/ircd.yaml @@ -142,7 +142,7 @@ server: # 'rfc1459-strict'. we recommend leaving this value at its default; # however, note that changing it once the network is already up and running is # problematic. - casemapping: "ascii" + casemapping: "permissive" # enforce-utf8 controls whether the server will preemptively discard non-UTF8 # messages (since they cannot be relayed to websocket clients), or will allow |
