Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

b0t spams if no nickserv #34

Open
oumike opened this issue Feb 22, 2020 · 0 comments
Open

b0t spams if no nickserv #34

oumike opened this issue Feb 22, 2020 · 0 comments

Comments

@oumike
Copy link
Contributor

oumike commented Feb 22, 2020

b0t spams 'No such nick: NickServ' despite leaving password blank or removing from config.
if(config.nickserv_password) bot.say(config.nickserv_nick, 'identify ' + config.nickserv_password);
Even though I remove nickserv_password from config, it's re-added by default config. Need condition here to not run identify if nickserv_password doesn't exist or it's an empty string (or need to remove it from default config).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant