17 Oct, 2012, LeMonseural wrote in the 21st comment:
Votes: 0
I'm sure the issue is just from upgrading from the previous version I was using of ruby (1.8) to 1.9 but I am getting this error.

tmud.rb:40: syntax error, unexpected ']', expecting keyword_end
…un on") {|myopts['server_port']|}


Line 40-41
"Select the port the mud will run on") {|myopts['server_port']|}
opts.on("-d", "–dbfile DBFILE", String,


Thanks in advance
18 Oct, 2012, Tyche wrote in the 22nd comment:
Votes: 0
You don't have the latest version which is 2.10.1, probably because my latest DL link pointed to 2.10.
The handful of patches I accepted that made the 2.10.1 release were for Ruby 1.9.x compatibility.
However, TeensyMud is not compatible with Ruby 1.9.
18 Oct, 2012, LeMonseural wrote in the 23rd comment:
Votes: 0
Alright I just reverted back to 1.8.7p370 works just fine for me
20.0/23