Encrypt /tiny command when in OTR session

fixes #292
This commit is contained in:
James Booth
2014-01-23 19:25:53 +00:00
parent 21ab182151
commit 3f31c1a4e7
2 changed files with 35 additions and 1 deletions

View File

@@ -1199,6 +1199,7 @@ cmd_execute_default(const char * const inp)
win_type_t win_type = ui_current_win_type();
jabber_conn_status_t status = jabber_get_connection_status();
char *recipient = ui_current_recipient();
cons_debug("Recipient: %s", recipient);
switch (win_type)
{