diff options
Diffstat (limited to 'config.rb.example')
-rw-r--r-- | config.rb.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.rb.example b/config.rb.example index 995a262..00242b3 100644 --- a/config.rb.example +++ b/config.rb.example @@ -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 |