aboutsummaryrefslogtreecommitdiff
path: root/docs/help
diff options
context:
space:
mode:
authorGravatar jesopo2019-07-03 11:27:50 +0100
committerGravatar jesopo2019-07-03 11:27:50 +0100
commit14d92abd5296e4f90e09b713625e8c2df657a1a5 (patch)
tree8caab73ac5467141d4d9abbc6fcad148bc914d54 /docs/help
parent'-' is a special char in markdown (diff)
signature
'``' -> '>'
Diffstat (limited to 'docs/help')
-rw-r--r--docs/help/channels.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/help/channels.md b/docs/help/channels.md
index 0ed3e2a9..c6bd98e5 100644
--- a/docs/help/channels.md
+++ b/docs/help/channels.md
@@ -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.
-`/msg &lt;bot> config channel:#channel key <password here>`
+> /msg &lt;bot> config channel:#channel key <password here>
or
-`/msg &lt;bot> raw JOIN #channel :key here`
+> /msg &lt;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.
### Disabling join-on-invite
-`/msg &lt;bot> config server accept-invites off`
+> /msg &lt;bot> config server accept-invites off
### Perform commands on join
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}