Added /room remove command, reformetted form output
This commit is contained in:
@@ -210,6 +210,7 @@ void (*form_destroy)(DataForm *form);
|
||||
char * (*form_get_form_type_field)(DataForm *form);
|
||||
void (*form_set_value)(DataForm *form, const char * const tag, char *value);
|
||||
void (*form_add_value)(DataForm *form, const char * const tag, char *value);
|
||||
void (*form_remove_value)(DataForm *form, const char * const tag, char *value);
|
||||
gboolean (*form_tag_exists)(DataForm *form, const char * const tag);
|
||||
form_field_type_t (*form_get_field_type)(DataForm *form, const char * const tag);
|
||||
gboolean (*form_field_contains_option)(DataForm *form, const char * const tag, char *value);
|
||||
|
||||
Reference in New Issue
Block a user