diff options
Diffstat (limited to 'include/socket.h')
-rw-r--r-- | include/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/socket.h b/include/socket.h index a26c1256d..105984f74 100644 --- a/include/socket.h +++ b/include/socket.h @@ -139,6 +139,8 @@ namespace irc } } + + /** This class handles incoming connections on client ports. * It will create a new User for every valid connection * and assign it a file descriptor. |