about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-23 19:25:53 +0000
committerJames Booth <boothj5@gmail.com>2014-01-23 19:25:53 +0000
commit3f31c1a4e705a16284464a5798a23a3e0e701e82 (patch)
tree07d1b34e3f9e9c8dfcd9250096d66d5f13e7c99f /src/command/command.c
parent21ab18215164fe791ebda7e6158648f63790ed93 (diff)
downloadprofani-tty-3f31c1a4e705a16284464a5798a23a3e0e701e82.tar.gz
Encrypt /tiny command when in OTR session
fixes #292
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/command.c b/src/command/command.c
index ceed2e01..fec14032 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -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)
     {