mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 19:16:21 +00:00
Changed messages on invalid priorities
This commit is contained in:
@@ -51,5 +51,7 @@ void cmd_account_set_away_priority_sets_preference(void **state);
|
||||
void cmd_account_set_xa_priority_sets_preference(void **state);
|
||||
void cmd_account_set_dnd_priority_sets_preference(void **state);
|
||||
void cmd_account_set_online_priority_shows_message(void **state);
|
||||
void cmd_account_does_not_set_priority_when_too_low(void **state);
|
||||
void cmd_account_does_not_set_priority_when_too_high(void **state);
|
||||
void cmd_account_set_priority_too_low_shows_message(void **state);
|
||||
void cmd_account_set_priority_too_high_shows_message(void **state);
|
||||
void cmd_account_set_priority_when_not_number_shows_message(void **state);
|
||||
void cmd_account_set_priority_when_empty_shows_message(void **state);
|
||||
|
||||
Reference in New Issue
Block a user