diff options
Diffstat (limited to 'include/inspircd_io.h')
-rw-r--r-- | include/inspircd_io.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd_io.h b/include/inspircd_io.h index 58c018c25..f07666747 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -246,6 +246,10 @@ class ServerConfig : public classbase */ std::vector<std::string> module_names; + /** A list of ports which the server is listening on + */ + int ports[MAXSOCKS]; + ServerConfig(); /** Clears the include stack in preperation for |