Added test for /otr theirfp when in other non chat windows

This commit is contained in:
James Booth
2014-02-17 22:44:27 +00:00
parent 4afec6ab5e
commit a25714b6dc
3 changed files with 29 additions and 2 deletions

View File

@@ -29,6 +29,9 @@ void cmd_otr_myfp_shows_message_when_connecting(void **state);
void cmd_otr_myfp_shows_message_when_disconnecting(void **state);
void cmd_otr_myfp_shows_my_fingerprint(void **state);
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);
#else
void cmd_otr_shows_message_when_otr_unsupported(void **state);
#endif