1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:22:52 +02:00
- Added missing documentation for `Client` type
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-18 11:47:06 +02:00
parent 603e636c2a
commit b19a7a52d6

View File

@ -26,6 +26,10 @@ __gshared static this()
// TODO: Make abstract and for unit tests make a `DefaultClient` // TODO: Make abstract and for unit tests make a `DefaultClient`
// ... which logs outputs for the `onX()` handler functions // ... which logs outputs for the `onX()` handler functions
/**
* IRC client
*/
public class Client : Thread public class Client : Thread
{ {
/** /**