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…') |
|||
(6 intermediate revisions by the same user not shown) | |||
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| | + | |!shortcuts| | | Lists all shortcuts with long description, with links to delete selected shortcuts| Owner | N/A | N/A | |
− | |!shortcuts| add | "<short>" "<long>" |Adds | + | |!shortcuts| add | "<short>" "<long>" | Adds new shortcut, if <long> nor <short> ain't in DB. Any quote is removed| Owner | N/A | N/A | |
+ | </pre> |
Latest revision as of 18:02, 28 November 2023
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 shortcuts with long description, with links to delete selected shortcuts| Owner | N/A | N/A | |!shortcuts| add | "<short>" "<long>" | Adds new shortcut, if <long> nor <short> ain't in DB. Any quote is removed| Owner | N/A | N/A |