diff options
author | Adam <Adam@anope.org> | 2017-08-20 20:17:04 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-08-20 20:17:04 -0400 |
commit | 623755dfebd5123aa27a02484db0fd320c61d036 (patch) | |
tree | c9b99627b1ce12e1e469baefbb6e4636cec2dc73 /include/config.h | |
parent | f90b2dc3dbdb79a50933a0034b2339693615b02a (diff) |
Add support for envvars in the config
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index b020b1902..0f70bb54d 100644 --- a/include/config.h +++ b/include/config.h @@ -168,6 +168,8 @@ namespace Configuration void ApplyBots(); void LoadOpers(); + + static void ProcessEnvVars(Block *); }; struct Uplink |