muh
This commit is contained in:
parent
f209ddf05b
commit
7538a98640
@ -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'
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user