?>
      </h3>
    </div>
    <div class="panel-body">
      <h4>Moderate Now</h4>

      <div class="btn-toolbar">
        <?php 
echo $templates->botCommandButton('clear', 'Clear The Chat');
?>
      </div>
      <div class="spacer"></div>
      <div class="row">
        <div class="col-sm-8">
          <?php 
echo $templates->combinedBotCommandForm('', ['permit' => 'Permit', 'purge' => 'Purge', 'timeout' => 'Timeout', 'ban' => 'Ban', 'unban' => 'Unban'], 'Moderate (Choose Option)', '[username]');
?>
        </div>
      </div>
      <div class="row">
        <div class="col-sm-4">
          <?php 
echo $templates->botCommandForm('autopurge', 'Purge on phrase', '[phrase]');
?>
        </div>
        <div class="col-sm-4">
          <?php 
echo $templates->botCommandForm('autoban', 'Ban on phrase', '[phrase]');
?>
        </div>
      </div>