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_showfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_showfile.cpp') 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: -- cgit v1.3.1-10-gc9f91