'``' -> '>'
This commit is contained in:
parent
6276306684
commit
14d92abd52
1 changed files with 4 additions and 4 deletions
|
@ -6,16 +6,16 @@ BitBot responds to `/invite`s sent to him. If you invite him to a channel with a
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
`/msg <bot> config channel:#channel key <password here>`
|
> /msg <bot> config channel:#channel key <password here>
|
||||||
or
|
or
|
||||||
`/msg <bot> raw JOIN #channel :key here`
|
> /msg <bot> raw JOIN #channel :key here
|
||||||
|
|
||||||
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.
|
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
|
### Disabling join-on-invite
|
||||||
`/msg <bot> config server accept-invites off`
|
> /msg <bot> config server accept-invites off
|
||||||
|
|
||||||
### Perform commands on join
|
### Perform commands on join
|
||||||
From the channel you wish him to perform commands for, do:
|
From the channel you wish him to perform commands for, do:
|
||||||
|
|
||||||
`!cperform add PRIVMSG {CHAN} :hello, I'm {NICK}`
|
> !cperform add PRIVMSG {CHAN} :hello, I'm {NICK}
|
||||||
|
|
Loading…
Reference in a new issue