about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-09-25 00:35:08 +0100
committerJames Booth <boothj5@gmail.com>2015-09-25 00:35:08 +0100
commita5c671002407220562d88ea5674a46d77ceb8022 (patch)
tree543d3e2c47f23c72d8520717823b262ebf4a295f /src/command
parentb484411ea8d94349c2879f09f48d907dbdaf72c9 (diff)
downloadprofani-tty-a5c671002407220562d88ea5674a46d77ceb8022.tar.gz
Removed redundant last activity setter
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 5ddfa07e..3f695cc1 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -777,7 +777,6 @@ cmd_disconnect(ProfWin *window, const char * const command, gchar **args)
     if (jabber_get_connection_status() == JABBER_CONNECTED) {
         char *jid = strdup(jabber_get_fulljid());
         cons_show("%s logged out successfully.", jid);
-        accounts_set_last_activity(jabber_get_account_name());
         jabber_disconnect();
         roster_clear();
         muc_invites_clear();