summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-01-03 08:40:22 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-01-03 08:40:22 +0100
commit46099da79330934c807c2b3ad5eef2f0174a8592 (patch)
treee7eab72f47d2c84d96ec2ee5d8ab42c224d79b9c
parent09d8506f82cab613a7fead41328d501cadd5135a (diff)
downloadlain-46099da79330934c807c2b3ad5eef2f0174a8592.tar
lain-46099da79330934c807c2b3ad5eef2f0174a8592.zip
Use symbols for module names
-rw-r--r--config.rb.example10
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