ups
This commit is contained in:
@@ -94,7 +94,7 @@ module.exports = bot => {
|
|||||||
f: e => {
|
f: e => {
|
||||||
const args = e.message.substring(8);
|
const args = e.message.substring(8);
|
||||||
const out = Array(args).fill("f".charCodeAt(0)).join("").length
|
const out = Array(args).fill("f".charCodeAt(0)).join("").length
|
||||||
bot.write(`PRIVMSG ${e.network} :${out}`);
|
e.write(`PRIVMSG ${e.network} :${out}`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user