Test for /otr theirfp in non OTR window

This commit is contained in:
James Booth
2014-02-17 22:57:36 +00:00
parent a25714b6dc
commit b4b463998b
5 changed files with 34 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ void cmd_otr_theirfp_shows_message_when_in_console(void **state);
void cmd_otr_theirfp_shows_message_when_in_muc(void **state);
void cmd_otr_theirfp_shows_message_when_in_private(void **state);
void cmd_otr_theirfp_shows_message_when_in_duck(void **state);
void cmd_otr_theirfp_shows_message_when_non_otr_chat_window(void **state);
#else
void cmd_otr_shows_message_when_otr_unsupported(void **state);
#endif