diff options
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r-- | protocols/nogaim.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 744f73ad..2f85a3eb 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -297,8 +297,7 @@ void imcb_connected( struct im_connection *ic ) imcb_log( ic, "Logged in" ); ic->flags |= OPT_LOGGED_IN; - if( !ic->keepalive ) - start_keepalives( ic, 60000 ); + start_keepalives( ic, 60000 ); /* Necessary to send initial presence status, even if we're not away. */ imc_away_send_update( ic ); |