commafix.mod
1.0
This fixes a minor glitch in Yabb1 Gold which allows users to put commas in their username when registering. As the message board accepts usernames in comma-delimeted format, it will cause associated functions to operate incorrectly.
For extra help, ICQ me at 79459540, or e-mail auroris@softhome.net.
Stephen Bertrand
http://marauders.uoguilds.com
Sources/Register.pl
&fatal_error("$txt{'240'}") if($member{'username'} !~ /\A[0-9A-Za-z#%+,-\.@^_]+\Z/);
&fatal_error("$txt{'240'}") if($member{'username'} !~ /\A[0-9A-Za-z#%+,-\.@^_]+\Z/);
&fatal_error("$txt{'240'}") if($member{'username'} =~ ",");