Added /room add for *-multi

This commit is contained in:
James Booth
2014-09-14 00:18:06 +01:00
parent b52911f7b4
commit 68b839a508
4 changed files with 72 additions and 21 deletions

View File

@@ -1942,7 +1942,7 @@ _ui_handle_form_field(ProfWin *window, FormField *field)
}
}
break;
case FIELD_LIST_MUTLI:
case FIELD_LIST_MULTI:
if (curr_value != NULL) {
win_save_newline(window);
GSList *options = field->options;