1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Fixed autoaway

This commit is contained in:
James Booth 2013-05-30 21:11:55 +01:00
parent 4d9148e734
commit dcd8dcda87

View File

@ -71,6 +71,7 @@ prof_run(const int disable_tls, char *log_level)
size = 0;
while(ch != '\n') {
conn_status = jabber_get_connection_status();
if (conn_status == JABBER_CONNECTED) {
_handle_idle_time();
}