1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00
- Updated comment for call to `doAuth()`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-25 14:18:51 +02:00
parent 02d25517b9
commit a23636483c

View File

@ -814,7 +814,7 @@ public class Client : Thread
/* Start the socket read-decode loop */
this.start();
// TODO: We should add a call to NICK followed by USER here
/* Do the /NICK and /USER handshake */
doAuth();
}
catch(SocketOSException e)