Use symbols for module names
This commit is contained in:
parent
09d8506f82
commit
46099da793
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Reference in a new issue