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
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
*~
|
*~
|
||||||
|
config.rb
|
||||||
|
|
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
|
0
lain.rb
Normal file → Executable file
0
lain.rb
Normal file → Executable file
Reference in a new issue