On Wed, 4 Mar 1998, Patrick J. Dughi wrote:
> Two. The boards don't like tildes. Not even a little. So, you
>might want to do the following:
A slated-for-bpl13 item is this in modify.c:
/*
* Erase any ~'s inserted by people in the editor. This prevents anyone
* using online creation from causing parse errors in the world files.
* Suggested by Sammy <samedi@dhc.net>, -gg 2/20/98
*/
while ((tilde = strchr(str, '~')))
*tilde = ' ';
If anyone thinks that's too drastic, gripe now. :)
--
George Greer - Me@Null.net | Genius may have its limitations, but stupidity
http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST