Some finishing touches for the first public version
This commit is contained in:
parent
1ed0e06c2f
commit
f003d5505d
3 changed files with 17 additions and 0 deletions
16
config.rb.example
Normal file
16
config.rb.example
Normal file
|
@ -0,0 +1,16 @@
|
|||
module Lain
|
||||
module Config
|
||||
JID = ''
|
||||
Password = ''
|
||||
|
||||
Rooms = ['']
|
||||
|
||||
Modules = {
|
||||
'Credits' => {},
|
||||
'DDate' => {},
|
||||
'Fortune' => { 'command' => '/usr/bin/fortune -a' },
|
||||
'Help' => {},
|
||||
'Topic' => {},
|
||||
}
|
||||
end
|
||||
end
|
Reference in a new issue