This commit is contained in:
Flummi 2016-11-20 20:25:21 +01:00
parent f209ddf05b
commit 7538a98640

View File

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