machinatrix
A very silly Matrix bot written in C
|
Structure that associates a mtrix_cmd_f to a command. More...
Data Fields | |
uint64_t | name_hash |
Hash of field name . | |
const char * | name |
Command name. | |
mtrix_cmd_f * | f |
Function that handles the command. | |
Structure that associates a mtrix_cmd_f to a command.
mtrix_cmd_f* mtrix_cmd::f |
Function that handles the command.
const char* mtrix_cmd::name |
Command name.
uint64_t mtrix_cmd::name_hash |
Hash of field name
.