brainlet-irc/config.js
2021-01-19 20:53:33 -05:00

13 lines
435 B
JavaScript

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`
}