Difference between revisions of "Callers.php"

From Bebot Wiki 2
Jump to navigationJump to search
(Created page with '====== Callers.php ====== ==== Description ==== Designate and list 'callers' for raids and events. ==== Features ==== * Supports multiple callers * Generates assist macr…')
 
Line 13: Line 13:
  
 
===== Commands provided =====
 
===== Commands provided =====
 
+
<pre>
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
|!caller  | add      |<name>        |Adds player <name> as a caller      |N/A      |N/A      |Leader    |
 
|!caller  | add      |<name>        |Adds player <name> as a caller      |N/A      |N/A      |Leader    |
Line 20: Line 20:
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
|!callers |          |              |Show a list of callers              |N/A      |N/A      |Guest    |
 
|!callers |          |              |Show a list of callers              |N/A      |N/A      |Guest    |
 +
</pre>
  
 
<sub>
 
<sub>
 
Notes to table:\\
 
Notes to table:\\
 +
Always add the last assisted first, and the main assisted last.
 
</sub>
 
</sub>
 
  
 
==== Related commands ====
 
==== Related commands ====
  
 
   * **!raid** - Callers are often used with raids see [[Raid.php]]
 
   * **!raid** - Callers are often used with raids see [[Raid.php]]

Revision as of 09:05, 30 July 2021

Callers.php

Description

Designate and list 'callers' for raids and events.


Features

 * Supports multiple callers
 * Generates assist macros for participants


Commands provided
^Command  ^ Keyword  ^Argument(s)   ^Description                          ^Tell      ^Guild     ^Priv      ^
|!caller  | add      |<name>        |Adds player <name> as a caller       |N/A       |N/A       |Leader    |
|!caller  | del      |<name>        |Removes player <name> as a caller    |N/A       |N/A       |Leader    |
|!caller  | del      |all           |Clears the caller list               |N/A       |N/A       |Leader    |
^Command  ^ Keyword  ^Argument(s)   ^Description                          ^Tell      ^Guild     ^Priv      ^
|!callers |          |              |Show a list of callers               |N/A       |N/A       |Guest     |

Notes to table:\\ Always add the last assisted first, and the main assisted last.

Related commands

 * **!raid** - Callers are often used with raids see Raid.php