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

feature request: add ability to message a bot to authenticate #628

Open
patrickfixedit opened this issue Apr 23, 2023 · 3 comments
Open
Labels
enhancement New feature or request question Further information is requested

Comments

@patrickfixedit
Copy link

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

@linuxdaemon
Copy link
Member

This command needs to be sent before doing any channel join commands?

@linuxdaemon linuxdaemon added enhancement New feature or request question Further information is requested labels Apr 23, 2023
@patrickfixedit
Copy link
Author

Yes

@linuxdaemon
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants