Merge pull request #2595 from joandrsn/master

Clarify /topic command without newtopic
This commit is contained in:
Jérémie Astori 2018-07-05 22:05:11 -04:00 committed by GitHub
commit 2bd82fec6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -540,10 +540,14 @@
<div class="help-item">
<div class="subject">
<code>/topic newtopic</code>
<code>/topic [newtopic]</code>
</div>
<div class="description">
<p>Set the topic in the current channel.</p>
<p>
Get the topic in the current channel.
If <code>newtopic</code> is specified, sets the
topic in the current channel.
</p>
</div>
</div>