brainlet-irc/config.js

14 lines
435 B
JavaScript
Raw Normal View History

2021-01-20 03:53:33 +02:00
module.exports = {
server: "127.0.0.1:3005",
spectator: {
name: "BrainletToIrcSpectator",
password: "Put a secure password here. See the README for more info"
},
motd: `A Brainlet to IRC translation layer.
SECURITY WARNING: The traffic to the Brainlet server is not encrypted
To sign up, use /nick YourName and then /msg NickServ REGISTER YourPassword YourEmail
To log in, use /msg NickServ IDENTIFY YourName YourPassword`
}