1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00

Unit test

- Added notes about the fact we should be automating the `NICK` and `USER` commands on connect
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-18 11:31:55 +02:00
parent 25531aa0e3
commit ee3cacc244

View File

@ -1011,6 +1011,8 @@ public class Client : Thread
client.connect();
// TODO: The below should all be automatic, maybe once IRCV3 is done
// ... we should automate sending in NICK and USER stuff
Thread.sleep(dur!("seconds")(2));
client.command(new Message("", "NICK", "birchwood")); // TODO: add nickcommand