[ScryMUD] SVN Commit Info r942 - trunk/mud/grrmud/server
scrymud at wanfear.com
scrymud at wanfear.com
Sun Jun 10 15:15:12 PDT 2007
Author: eroper
Date: 2007-06-10 15:15:12 -0700 (Sun, 10 Jun 2007)
New Revision: 942
Modified:
trunk/mud/grrmud/server/grrmud.cc
Log:
Added a missing paren around the contact information displayed when the MUD
runs.
Modified: trunk/mud/grrmud/server/grrmud.cc
===================================================================
--- trunk/mud/grrmud/server/grrmud.cc 2007-06-10 21:48:05 UTC (rev 941)
+++ trunk/mud/grrmud/server/grrmud.cc 2007-06-10 22:15:12 UTC (rev 942)
@@ -541,7 +541,7 @@
"Be sure to check the log files in the ./log directory if you have\n"
"any strange occurances.\n"
"\n"
- "--Edward Roper (edro+scrymud [at] wanfear.net\n\n";
+ "--Edward Roper (edro+scrymud [at] wanfear.net)\n\n";
srand(time(0));
More information about the ScryMUD
mailing list