typescript schmypescript
This commit is contained in:
6
dist/clients/irc/pwdreq.js
vendored
Normal file
6
dist/clients/irc/pwdreq.js
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
export default (bot) => {
|
||||
bot._cmd.set("464", (msg) => {
|
||||
if (bot.options.password.length > 0 && !bot.options.sasl)
|
||||
bot.send(`PASS ${bot.options.password}`);
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user