--- deliantra/server/ext/commands.ext 2007/01/02 19:18:33 1.11 +++ deliantra/server/ext/commands.ext 2007/01/03 18:50:52 1.12 @@ -7,7 +7,7 @@ sub rename_to($$$) { my ($ob, $from, $to) = @_; - $to =~ /^[a-zA-Z0-9.,=#\/%$!^]*$/ + $to =~ /^[a-zA-Z0-9.,=#\/%$!^ ]*$/ or return $ob->message ("rename: name must consist only of letters, digits, spaces and a few other things."); 127 >= length $to