diff options
Diffstat (limited to 'config.rb.example')
-rw-r--r-- | config.rb.example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config.rb.example b/config.rb.example new file mode 100644 index 0000000..a853746 --- /dev/null +++ b/config.rb.example @@ -0,0 +1,16 @@ +module Lain + module Config + JID = '' + Password = '' + + Rooms = [''] + + Modules = { + 'Credits' => {}, + 'DDate' => {}, + 'Fortune' => { 'command' => '/usr/bin/fortune -a' }, + 'Help' => {}, + 'Topic' => {}, + } + end +end |