This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lain/config.rb.example

16 lines
254 B
Text

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