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 158794555..86ab543a5 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -251,6 +251,10 @@ class ServerConfig : public classbase */ int ports[255]; + /** Boolean sets of which modules implement which functions + */ + char implement_lists[255][255]; + /** A list of ports claimed by IO Modules */ std::map<int,Module*> IOHookModule; |