diff options
Diffstat (limited to 'config.rb.example')
-rw-r--r-- | config.rb.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.rb.example b/config.rb.example index a853746..995a262 100644 --- a/config.rb.example +++ b/config.rb.example @@ -8,7 +8,7 @@ module Lain Modules = { 'Credits' => {}, 'DDate' => {}, - 'Fortune' => { 'command' => '/usr/bin/fortune -a' }, + 'Fortune' => { :command => '/usr/bin/fortune -a' }, 'Help' => {}, 'Topic' => {}, } |