Skip to content

Commit

Permalink
Add password param to /join docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aab12345 authored and brunnre8 committed Dec 29, 2022
1 parent 502780c commit 8b1a4f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/components/Windows/Help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,13 @@

<div class="help-item">
<div class="subject">
<code>/join channel</code>
<code>/join channel [password]</code>
</div>
<div class="description">
<p>Join a channel.</p>
<p>
Join a channel. Password is only needed in protected channels and can
usually be omitted.
</p>
</div>
</div>

Expand Down

0 comments on commit 8b1a4f7

Please sign in to comment.