Difference between revisions of "Alts.php"
From Bebot Wiki 2
Jump to navigationJump to search (Created page with '====== Alts ====== ==== Description ==== This module allows you to manage alternative characters so that other people may more easily find a keyboardist or the keyboardist hand…') |
|||
(8 intermediate revisions by 2 users not shown) | |||
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 ^ | ||
|!alts | | |Shows a list of your registered alts.|Guest |Guest |Guest | | |!alts | | |Shows a list of your registered alts.|Guest |Guest |Guest | | ||
|!alts | |<name> |Shows a list of <name>s alts. |Guest |Guest |Guest | | |!alts | |<name> |Shows a list of <name>s alts. |Guest |Guest |Guest | | ||
− | |!alts |<add> |< | + | |!alts |<add> |<name²> |Adds <name²> as one of your alts. |Guest |Guest |Guest | |
|!alts |<del> |<name> |Deletes <name> from your alts list. |Guest |Guest |Guest | | |!alts |<del> |<name> |Deletes <name> from your alts list. |Guest |Guest |Guest | | ||
+ | |!alts |<confirm> |<main> |Confirms the main from alt. |Guest |Guest |Guest | | ||
+ | |!alts |<newmain> |<alt> |Makes declared <alt> the new main. |Guest |Guest |Guest | | ||
+ | |!altadmin|<add²> |<main> <alt> |Adds <alt²> as one of <main> alts. |Admin |Admin |Admin | | ||
+ | |!altadmin|<del> |<main> <alt> |Deletes <alt> from <main> alts list. |Admin |Admin |Admin | | ||
+ | |!altadmin|<list> |<main> |Lists all alts, unconfirmed included.|Admin |Admin |Admin | | ||
+ | |!altadmin|<confirm> |<main> <alt> |Confirms <alt> as <main> alt. |Admin |Admin |Admin | | ||
+ | |!altadmin|<newmain> |<alt> |Makes declared <alt> the new main. |Admin |Admin |Admin | | ||
+ | |!altadmin|<recache> | |Refreshes bot main/alt cache fully |Admin |Admin |Admin | | ||
+ | </pre> | ||
+ | |||
+ | ² : it's possible to add more than 1 alt by a comma-separated list of names eg => Toon1,Toon2,etc. | ||
==== Related commands ==== | ==== Related commands ==== | ||
Line 27: | Line 38: | ||
===== Module settings ===== | ===== Module settings ===== | ||
− | + | <pre> | |
^Setting ^Default ^Description ^ | ^Setting ^Default ^Description ^ | ||
|Output |Fancy |Change between fancy and simple output | | |Output |Fancy |Change between fancy and simple output | | ||
− | + | </pre> | |
===== Notes ===== | ===== Notes ===== | ||
* This module will only show online/offline info for players it knows. (usually members and guests) | * This module will only show online/offline info for players it knows. (usually members and guests) |
Latest revision as of 19:50, 23 April 2024
Alts
Description
This module allows you to manage alternative characters so that other people may more easily find a keyboardist or the keyboardist handeling a toon whom with they have a relationship.
Features
* Lists which one(s) of the alt(s) is currently online (if any) * Optional "simple" interface if the fancy interface makes the bot lag
Commands provided
^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^ |!alts | | |Shows a list of your registered alts.|Guest |Guest |Guest | |!alts | |<name> |Shows a list of <name>s alts. |Guest |Guest |Guest | |!alts |<add> |<name²> |Adds <name²> as one of your alts. |Guest |Guest |Guest | |!alts |<del> |<name> |Deletes <name> from your alts list. |Guest |Guest |Guest | |!alts |<confirm> |<main> |Confirms the main from alt. |Guest |Guest |Guest | |!alts |<newmain> |<alt> |Makes declared <alt> the new main. |Guest |Guest |Guest | |!altadmin|<add²> |<main> <alt> |Adds <alt²> as one of <main> alts. |Admin |Admin |Admin | |!altadmin|<del> |<main> <alt> |Deletes <alt> from <main> alts list. |Admin |Admin |Admin | |!altadmin|<list> |<main> |Lists all alts, unconfirmed included.|Admin |Admin |Admin | |!altadmin|<confirm> |<main> <alt> |Confirms <alt> as <main> alt. |Admin |Admin |Admin | |!altadmin|<newmain> |<alt> |Makes declared <alt> the new main. |Admin |Admin |Admin | |!altadmin|<recache> | |Refreshes bot main/alt cache fully |Admin |Admin |Admin |
² : it's possible to add more than 1 alt by a comma-separated list of names eg => Toon1,Toon2,etc.
Related commands
* **!whois <name>** - Shows information about <name>
Module settings
^Setting ^Default ^Description ^ |Output |Fancy |Change between fancy and simple output |
Notes
* This module will only show online/offline info for players it knows. (usually members and guests)