diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-01-03 08:35:03 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-01-03 08:35:03 +0100 |
commit | 09d8506f82cab613a7fead41328d501cadd5135a (patch) | |
tree | 487b53226ed4f5aa1ff202c6d44ea502733fc433 /config.rb.example | |
parent | f003d5505d3e65c15e3e28a41c9402dbfee9ae8f (diff) | |
download | lain-09d8506f82cab613a7fead41328d501cadd5135a.tar lain-09d8506f82cab613a7fead41328d501cadd5135a.zip |
Use symbols for module configuration keys
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' => {}, } |