Browse Source

added /ban to help/commands menu

Akira Laine 9 years ago
parent
commit
b6f62b1a02
1 changed files with 6 additions and 0 deletions
  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>