This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
lain/config.rb.example

17 lines
248 B
Text
Raw Permalink Normal View History

module Lain
module Config
JID = ''
Password = ''
Rooms = ['']
Modules = {
2013-01-03 08:40:22 +01:00
:Credits => {},
:DDate => {},
:Fortune => { :command => '/usr/bin/fortune -a' },
:Help => {},
:Topic => {},
}
end
end