X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fconfigreader.h;h=3d889f9439f4724408a1bcb4b8eb4817db6e3d3d;hb=a36fa98300016380378100260a58b2f297a08f72;hp=f4563529ad9954146585ce70222116c91382f78f;hpb=23fb1f062bc993bdce30f643b905105fd2f1b78e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/configreader.h b/include/configreader.h index f4563529a..3d889f943 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -242,6 +242,10 @@ class CoreExport ServerConfig : public Extensible public: + User* RehashUser; + + std::string RehashParameter; + std::ostringstream errstr; ConfigDataHash newconfig;