Adds +B usermode to conform to RFC for tildeverse

This commit is contained in:
aewens 2018-09-07 15:53:18 -04:00
parent 1829f7a884
commit bf2a786e2b
1 changed files with 1 additions and 0 deletions

1
bot.js
View File

@ -455,6 +455,7 @@ client.addListener("join", (channel) => {
client.addListener("registered", () => {
// client.say("NickServ", `RECOVER ${botName} ${client.config.password}`);
client.say("NickServ", `IDENTIFY ${client.config.password}`);
client.send("MODE", botName, "+B");
});
client.connect();