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 = ['']
|
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
|
||||||
|
|
Reference in a new issue