From c747d89f0e1578f63b98186ebce28b3f60454cc1 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 12 Oct 2022 10:58:40 +0100 Subject: Avoid file_cache in opermotd and showfile. --- src/modules/m_opermotd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_opermotd.cpp') 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) { -- cgit v1.3.1-10-gc9f91