]> code.citadel.org Git - citadel.git/commitdiff
Updated Makefile for 'make install'.
authorSteve Williams <patriot@uncensored.citadel.org>
Mon, 8 Nov 1999 01:06:45 +0000 (01:06 +0000)
committerSteve Williams <patriot@uncensored.citadel.org>
Mon, 8 Nov 1999 01:06:45 +0000 (01:06 +0000)
daphne/userlogin.cpp

index f8e5fcde4e6034c84e720900642a8e71018df84e..6770c71b3dc8ea315a9faf279c63a391772a37f0 100644 (file)
@@ -293,9 +293,6 @@ void UserLogin::OnButtonPressed(wxCommandEvent& whichbutton) {
 void UserLogin::BeginSession(wxString serv_response) {
        wxString junk;
 
-       if (citadel->IsConnected()==FALSE) {
-       citsock->curr_user = "";
-       } else
        extract(citsock->curr_user, serv_response.Mid(4), 0);
        BigMDI->SetStatusText(citsock->curr_user, 1);
        citsock->GotoRoom("_BASEROOM_", "", junk);