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
253 B
Text
Raw Normal View History

module Lain
module Config
JID = ''
Password = ''
Rooms = ['']
Modules = {
'Credits' => {},
'DDate' => {},
'Fortune' => { :command => '/usr/bin/fortune -a' },
'Help' => {},
'Topic' => {},
}
end
end