We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to be able to message a bot on a network to get access to a channel. It would work like : msg botname enter #channel username password
thank you
The text was updated successfully, but these errors were encountered:
This command needs to be sent before doing any channel join commands?
Sorry, something went wrong.
Yes
You can use the existing nickserv config, if you set
"nickserv": { "enabled": true, "nickserv_user": "your_username", "nickserv_password": "password", "nickserv_name": "the_bot", "nickserv_command": "enter #channel" }
That will run when the bot joins the network
No branches or pull requests
I would like to be able to message a bot on a network to get access to a channel.
It would work like : msg botname enter #channel username password
thank you
The text was updated successfully, but these errors were encountered: