1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:22:53 +02:00
- Added TODO where response code handling needs to go
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-15 20:07:10 +02:00
parent 512eff727b
commit 681dfc042c

View File

@ -524,6 +524,9 @@ public class Client : Thread
// If the command is numeric then it is a reply of some sorts
else if(ircMessage.isResponseMessage())
{
// TODO: Add numeric response check here for CERTAIN ones which add to client
// ... state
/* Call the command reply handler */
onCommandReply(ircMessage);
}