muh
This commit is contained in:
parent
683669bffd
commit
8f5fe87acd
@ -12,7 +12,7 @@ module.exports = (lib) => {
|
||||
var name = args[1].replace('@','');
|
||||
var level = (args[2]>=100)?100:args[2];
|
||||
|
||||
if(user.toLowerCase() != lib.bot.me.nick.toLowerCase()) {
|
||||
if(name.toLowerCase() != lib.bot.me.nick.toLowerCase()) {
|
||||
if( name in e.channel.names ) {
|
||||
lib.bot.whois(name.trim(), e.network, (err, data) => {
|
||||
if(!err) {
|
||||
|
Loading…
Reference in New Issue
Block a user