Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.41 KB | None | 0 0
  1. <?
  2. include 'top.html';
  3. ?>
  4.     <div class="content">
  5.         <!--  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  6.         <h1>Channel Commands</h1>
  7.         <div class="descr">General channel commands</div>
  8.         <ul>
  9.             <li><b>!ping</b> pings everyone in the room</li>
  10.             <li><b>!ping <message></b> pings everyone in the room and announces <message></li>
  11.             <li><b>!weather</b> gives the current in-game day/night description how long until it changes</li>
  12.             <li><b>!gmt</b> gives the current GMT time</li>
  13.             <li><b>!timer <minutes> <message></b> gives you <message> in the specified number of minutes.  It's a timer with alarm.</li>
  14.             <li><b>!alias <nick> <alt></b></li>
  15.             <li><b>!unalias <nick></b> removes a previously registered nick</li>
  16.             <li><b>!whois <nick or alt previously registered with !alias></b></li>
  17.             <li><b>!history <count></b> shows the last <count> messages in the channel (50 max).  Uses 10 as the default</li>
  18.             <li><b>!whereis <nick></b> finds someone or tells you the last time they were active.  If they are online, they are told you are looking for them.</li>
  19.         </ul>
  20.         <div class="descr">Channel management commands (require op or half-op)</div>
  21.         <ul>
  22.             <li><b>!quiet</b> Sets the mode to -m</li>
  23.             <li><b>!talk</b> Sets the mode to +m</li>
  24.             <li><b>!voice <nick></b> Gives <nick> voice in the channel</li>
  25.             <li><b>!novoice <nick>.</b> Retracts voice from <nick> in the channel</li>
  26.         </ul>
  27.         <!--  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  28.          <h1>Message commands</h1>
  29.          <div class="descr">Commands for leaving and picking up messages</div>
  30.         <ul>
  31.             <li><b>!leavemessage <nick> <message></b> to leave a message (<b>!lm</b> works as well)</li>
  32.             <li><b>!getmessages or !gm</b> to retrieve a message</li>
  33.         </ul>
  34.         <!--  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  35.         <h1>YOCS commands</h1>
  36.          <div class="descr">Commands specific to YOCS or are for fun</div>
  37.          <ul>
  38.             <li><b>!heal [alt name]</b> Reminds everyone in five minutes that you need to be healed.  The alt name is optional.</li>
  39.             <li><b>!order <order number></b> gives the url for the YOCS order number provided</li>
  40.         </ul>
  41.         <div class="descr">Entertaining commands</div>
  42.         <ul>
  43.             <li><b>!quote</b> randomly selects a quote from it's database (over 300)</b></li>
  44.             <li><b>!quote <term></b> randomly selects a quote that matches <term></b></li>
  45.             <li><b>!love <nick></b> sends a nice message about <nick></li>
  46.             <li><b>!abuse <nick></b> subjects <nick> to random brutality</li>
  47.             <li><b>!cookie</b> gives a fortune cookie fortune</li>
  48.             <li><b>!8ball <yes/no question></b> Gives a Magic 8 Ball-like answer to the question.</li>
  49.             <li><b>!vend</b> dispenses various items</li>
  50.         </ul>
  51.         <!--  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  52.          <h1>Raid commands</h1>
  53.          <div class="descr">Commands for leading a raid</div>
  54.         <ul>
  55.             <li><b>!setTarget <faction>/<location></b> sets the target</li>
  56.             <li><b>!setPath <path to target></b> sets the recommended path to the target</li>
  57.             <li><b>!target</b> retrieves the target</li>
  58.             <li><b>!path</b> retrieves the path</li>
  59.             <li><b>!go</b> gives the "MOVE OUT" command.  If the target is set, it will be repeated here.</li>
  60.             <li><b>!ward</b> gives command to start bashing</li>
  61.             <li><b>!tanks</b> gives command for tanks to go in</li>
  62.             <li><b>!aoe</b> gives command to commence aoe</li>
  63.             <li><b>!pile</b> gives all-in</li>
  64.             <li><b>!clearAll</b> clears path and target info (<b>recommended for end of raid</b>)</li>
  65.             <li><b>!setnextraid <yyyy-MM-dd HH:mm z> sets the time for the next raid</li>
  66.             <li><b>!nextraid <timezone></b> returns the time for the next raid in the given timezone (e.g., EST, GMT).  Leaving the timezone blank returns the GMT time.</li>
  67.         </ul>
  68.      </div>
  69. <?
  70. include 'bottom.html';
  71. ?>
  72. <!-- :wrap=soft:noTabs=true:collapseFolds=0:mode=php: -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement