Gwyrdain / apprentices-workshop

Creative Commons Zero v1.0 Universal
5 stars 2 forks source link

Disallow the use of the tilde in descriptions #142

Closed Cordir closed 8 years ago

Cordir commented 8 years ago

The tilde ~ causes the mud to go bonkers. Could the AW scold folks soundly when they try to use it, and put up a warning saying its a disallowed character?

tyn- commented 8 years ago

Or maybe a small electric shock. On Jul 1, 2016 8:26 AM, "Cordir" notifications@github.com wrote:

The tilde ~ causes the mud to go bonkers. Could the AW scold folks soundly when they try to use it, and put up a warning saying its a disallowed character?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Gwyrdain/apprentices-workshop/issues/142, or mute the thread https://github.com/notifications/unsubscribe/AKhwXCwZ-pyFSm8RO4plEm0Hf3LwX97Dks5qRTGJgaJpZM4JDPnK .

Cordir commented 8 years ago

yelps

Gwyrdain commented 8 years ago

Now disallowed.

Where previously allowed chars were limited to regex /[\x0A\x0D -~]/, now limited to /[\x0A\x0D -}]/.