fixed part

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

View File

@ -5,7 +5,9 @@ module.exports = (lib) => {
level: 100,
active: 1,
func: (e) => {
lib.bot.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());
});
},
desc: 'parts channel'
});