HM-CODE / Haunted-Memories

A repository for Haunted Memories code.
http://www.haunted-memories.net/
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Brackets do not work in textfile editing #3

Open ghost opened 13 years ago

ghost commented 13 years ago

The code for +textfile/edit uses lit() around the regexp syntax in a regmatch(); however, in Rhost, you have to escape brackets manually for regmatch() to work; lit() will not accomplish this purpose. The code needs to be updated to handle this change.

ghost commented 13 years ago

See #109/C.EDIT, or softcode/Textfile/SQL Text.mush