From 1ebbacdb2a8086b06f758696e08cc3e063ee7c53 Mon Sep 17 00:00:00 2001 From: Jonas Andersen Date: Tue, 26 Jun 2018 11:52:20 +0200 Subject: [PATCH] Clarify /topic command without newtopic --- client/views/windows/help.tpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/views/windows/help.tpl b/client/views/windows/help.tpl index 20cdbdcb..e9252e40 100644 --- a/client/views/windows/help.tpl +++ b/client/views/windows/help.tpl @@ -540,10 +540,14 @@
- /topic newtopic + /topic [newtopic]
-

Set the topic in the current channel.

+

+ Get the topic in the current channel. + If newtopic is specified the command sets the + topic in the current channel. +