CloudBot icon indicating copy to clipboard operation
CloudBot copied to clipboard

feature request: add ability to message a bot to authenticate

Open patrickfixedit opened this issue 2 years ago • 3 comments

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

patrickfixedit avatar Apr 23 '23 20:04 patrickfixedit

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

linuxdaemon avatar Apr 23 '23 21:04 linuxdaemon

Yes

patrickfixedit avatar Apr 23 '23 21:04 patrickfixedit

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

linuxdaemon avatar Mar 14 '24 00:03 linuxdaemon