This commit is contained in:
Flummi 2016-11-20 20:27:55 +01:00
parent 7538a98640
commit 298f3ec687

View File

@ -5,7 +5,7 @@ module.exports = (lib) => {
level: 100,
active: 1,
func: (e) => {
lib.bot.write("PART "+e.channel.getName()+" :f0ck you leatherman", e.network());
lib.bot.write("PART "+e.channel.getName()+" :f0ck you leatherman", e.network);
//lib.bot.part(e.channel.getName(), "f0ck you leatherman", e.network, () => {
// lib.log('parted channel '+e.channel.getName());
//});