bitbot-3.11-fork/docs/help/channels.md

24 lines
985 B
Markdown
Raw Permalink Normal View History

2019-07-03 10:26:20 +00:00
## Channels
BitBot responds to `/invite`s sent to him. If you invite him to a channel with a password (`+k` channel mode) he will record the key and use it in the future. If you change the key and he sees you doing it, he'll update his records to use the new key in future.
### +k channels with no /invite bypass
Some networks do not allow `/invite`d users to bypass channel passwords - thus BitBot can't join without a key and then record the key. There's two things you can do to fix this.
2019-07-03 10:29:39 +00:00
> /msg <bot> config channel:#channel key <password here>
2019-07-03 10:27:04 +00:00
or
2019-07-03 10:29:39 +00:00
> /msg <bot> raw JOIN #channel :<password here>
2019-07-03 10:26:20 +00:00
After using either of these to get BitBot initially in to a channel, he will go about recording and updating the channel's key as described above.
### Disabling join-on-invite
2019-07-03 10:27:50 +00:00
> /msg <bot> config server accept-invites off
2019-07-03 10:26:20 +00:00
### Perform commands on join
From the channel you wish him to perform commands for, do:
2019-07-03 10:27:50 +00:00
> !cperform add PRIVMSG {CHAN} :hello, I'm {NICK}