diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index 1c19066f1..b50b94b45 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -41,7 +41,7 @@ class CommandOpermotd final : public Command { public: - file_cache opermotd; + std::vector opermotd; CommandOpermotd(Module* Creator) : Command(Creator,"OPERMOTD", 0, 1) { diff --git a/src/modules/m_showfile.cpp b/src/modules/m_showfile.cpp index 821c7eb5e..456dfe50c 100644 --- a/src/modules/m_showfile.cpp +++ b/src/modules/m_showfile.cpp @@ -45,7 +45,7 @@ class CommandShowFile final unsigned int intronumeric; unsigned int textnumeric; unsigned int endnumeric; - file_cache contents; + std::vector contents; Method method; public: