CloudBot
CloudBot copied to clipboard
feature request: add ability to message a bot to authenticate
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
This command needs to be sent before doing any channel join commands?
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