mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 18:16:22 +00:00
Removed redundant last activity setter
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user