added small static content replay (channels will follow)
[TransparentIRC.git] / src / UserClient.c
index d6c0ca564f0c14dd58b63e296f127880221b867f..bb43793981b87fa6fdadf84f9d64aa5670fd2085 100644 (file)
@@ -176,8 +176,7 @@ void userclient_login_successful(struct UserLogin *login, struct UserSession *se
     client->flags |= USERCLIENT_LOGGED_IN;
     if(recover) {
         iohandler_printf(client->iofd, "NOTICE AUTH :*** [TransparentIRC] Recovering previous link (Nick: %s).", session->nick);
-        
-        
+        ircclient_recover_session(session);
     }
 }