浏览代码

added /ban to help/commands menu

Akira Laine 9 年之前
父节点
当前提交
b6f62b1a02
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      app/client/templates/room.html

+ 6 - 0
app/client/templates/room.html

@@ -407,6 +407,12 @@
                         </div>
                         <div class="modal-body">
                             <ul>
+                                {{#if isAdmin}}
+                                    <h5 style="margin-bottom:0 !important;">Admin Commands:</h5>
+                                    <li>/ban [userName] [time] [reason]</li>
+                                {{/if}}
+                                <br>
+                                <h5 style="margin-bottom:0 !important;">User Commands:</h5>
                                 <li>/help</li>
                                 <li>/commands</li>
                                 <li>/volume</li>