ig nick
totally not because creayun again
This commit is contained in:
parent
487e410af8
commit
6caaeafa44
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public class SelfCarePlugin extends Bot.Listener {
|
|||
else bot.core().run("essentials:vanish " + bot.username() + " enable");
|
||||
}
|
||||
else if (selfCares.nickname() && !nickname && bot.options().hasEssentials()) {
|
||||
if (bot.options().useChat()) bot.chat().send("/essentials:nickname off");
|
||||
if (bot.options().useChat()) bot.chat().send("/essentials:nick off");
|
||||
else bot.core().run("essentials:nickname " + bot.username() + " off");
|
||||
}
|
||||
else if (selfCares.socialspy() && !socialspy && bot.options().hasEssentials()) {
|
||||
|
|
Loading…
Reference in a new issue