Use symbols for module names

This commit is contained in:
Matthias Schiffer 2013-01-03 08:40:22 +01:00
parent 09d8506f82
commit 46099da793

View file

@ -6,11 +6,11 @@ module Lain
Rooms = [''] Rooms = ['']
Modules = { Modules = {
'Credits' => {}, :Credits => {},
'DDate' => {}, :DDate => {},
'Fortune' => { :command => '/usr/bin/fortune -a' }, :Fortune => { :command => '/usr/bin/fortune -a' },
'Help' => {}, :Help => {},
'Topic' => {}, :Topic => {},
} }
end end
end end