X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_restrictchans.cpp;h=9e660e8ed16f0d1843b480384ff5a6a772fdc212;hb=8c71a2a6304f0d77aa7738e04a44f366a158cadd;hp=b619ee4487392beb8d6da39fb5f0e4721db55ad3;hpb=3a3ff949670c61a4a8856e1391222e156eb1cd17;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_restrictchans.cpp b/src/modules/m_restrictchans.cpp index b619ee448..9e660e8ed 100644 --- a/src/modules/m_restrictchans.cpp +++ b/src/modules/m_restrictchans.cpp @@ -24,7 +24,7 @@ class ModuleRestrictChans : public Module { - std::set allowchans; + insp::flat_set allowchans; public: void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE