1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:02:51 +02:00
- Removed now-completed TODOs
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-28 08:32:44 +02:00
parent 84785529df
commit 3aa14492e2

View File

@ -646,13 +646,11 @@ public class Client : Thread
}
else
{
//TODO: Invalid channel name
throw new BirchwoodException(ErrorType.INVALID_CHANNEL_NAME);
}
}
else
{
//TODO: Illegal characters
throw new BirchwoodException(ErrorType.ILLEGAL_CHARACTERS);
}
}