admins

Vars | |
blocked_by_2fa | Whether or not the user tried to connect, but was blocked by 2FA |
---|---|
bypass_2fa | Whether or not this user can bypass 2FA |
Procs | |
Game | Panels |
check_2fa | Returns whether or not the given client has a verified 2FA connection. The output is in the form of a list with the first index being whether or not the check was successful, the 2nd is the ID of the associated database entry if its a false result and if one can be found. |
modify_traits | Allow admin to add or remove traits of datum |
poll_list_panel | Shows a list of all current and future polls and buttons to edit or delete them or create a new poll. |
poll_management_panel | Show the options for creating a poll or editing its parameters along with its linked options. |
poll_option_panel | Show the options for creating a poll option or editing its parameters. |
poll_option_parse_href | Processes topic data from poll option panel. |
poll_parse_href | Processes topic data from poll management panel. |
spawn_atom | ADMIN HELPER PROCS |
Var Details
blocked_by_2fa

Whether or not the user tried to connect, but was blocked by 2FA
bypass_2fa

Whether or not this user can bypass 2FA
Proc Details
Game
Panels
check_2fa
Returns whether or not the given client has a verified 2FA connection. The output is in the form of a list with the first index being whether or not the check was successful, the 2nd is the ID of the associated database entry if its a false result and if one can be found.
modify_traits
Allow admin to add or remove traits of datum
poll_list_panel
Shows a list of all current and future polls and buttons to edit or delete them or create a new poll.
poll_management_panel
Show the options for creating a poll or editing its parameters along with its linked options.
poll_option_panel
Show the options for creating a poll option or editing its parameters.
poll_option_parse_href
Processes topic data from poll option panel.
Reads through returned form data and assigns data to the option datum, creating a new one if required, before passing it to be saved. Also does some simple error checking to ensure the option will be valid before creation.
poll_parse_href
Processes topic data from poll management panel.
Reads through returned form data and assigns data to the poll datum, creating a new one if required, before passing it to be saved. Also does some simple error checking to ensure the poll will be valid before creation.
spawn_atom
ADMIN HELPER PROCS