diff options
Diffstat (limited to 'structures.h')
-rw-r--r-- | structures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/structures.h b/structures.h index 0fbebff..26b7439 100644 --- a/structures.h +++ b/structures.h @@ -55,6 +55,7 @@ struct ircdstate { int clientchangetime; // The last time a client registered or disconnected int clientsnonetime; // The last time there were no clients registered int launchtime; // The time blabouncer was launched + int maxchannelcount; // The maximum number of channels we've ever been in (so we know how much of the channels struct is initialised) }; // Structure of settings either to be read from the configuration file or set/changed at runtime |