Difference between revisions of "ShortCutsGUI.php"

From Bebot Wiki 2
Jump to navigationJump to search
(Created page with '====== Shortcuts GUI ====== ==== Description ==== This GUI allows adding and deleting of shortcut entries. ==== Features ==== * Lists all existing shortcuts with correspon…')
 
Line 14: Line 14:
  
 
===== Commands provided =====
 
===== Commands provided =====
 
+
<pre>
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
|!shortcuts|          |              |Lists all defined shortcuts with their long description, as well as allowing to delete selected shortcuts|Owner|N/A|N/A|
 
|!shortcuts|          |              |Lists all defined shortcuts with their long description, as well as allowing to delete selected shortcuts|Owner|N/A|N/A|
 
|!shortcuts| add | "<short>" "<long>" |Adds a new shortcut to the databse, as long as neither <long> nor <short> are yet in it. <short> and <long> must not contain any quotes " as those breaks parsing the command|Owner|N/A|N/A|
 
|!shortcuts| add | "<short>" "<long>" |Adds a new shortcut to the databse, as long as neither <long> nor <short> are yet in it. <short> and <long> must not contain any quotes " as those breaks parsing the command|Owner|N/A|N/A|
 +
</pre>

Revision as of 09:03, 30 July 2021

Shortcuts GUI

Description

This GUI allows adding and deleting of shortcut entries.


Features

 * Lists all existing shortcuts with corresponding long descriptions
 * Allows deleting of selected entries
 * Allows adding new entries


Commands provided
^Command  ^ Keyword  ^Argument(s)   ^Description                          ^Tell      ^Guild     ^Priv      ^
|!shortcuts|          |              |Lists all defined shortcuts with their long description, as well as allowing to delete selected shortcuts|Owner|N/A|N/A|
|!shortcuts| add | "<short>" "<long>" |Adds a new shortcut to the databse, as long as neither <long> nor <short> are yet in it. <short> and <long> must not contain any quotes " as those breaks parsing the command|Owner|N/A|N/A|