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 = ['']
Modules = {
'Credits' => {},
'DDate' => {},
'Fortune' => { :command => '/usr/bin/fortune -a' },
'Help' => {},
'Topic' => {},
:Credits => {},
:DDate => {},
:Fortune => { :command => '/usr/bin/fortune -a' },
:Help => {},
:Topic => {},
}
end
end