mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Avoid file_cache in opermotd and showfile.
This commit is contained in:
parent
8f0d732e38
commit
c747d89f0e
@ -41,7 +41,7 @@ class CommandOpermotd final
|
||||
: public Command
|
||||
{
|
||||
public:
|
||||
file_cache opermotd;
|
||||
std::vector<std::string> opermotd;
|
||||
|
||||
CommandOpermotd(Module* Creator) : Command(Creator,"OPERMOTD", 0, 1)
|
||||
{
|
||||
|
@ -45,7 +45,7 @@ class CommandShowFile final
|
||||
unsigned int intronumeric;
|
||||
unsigned int textnumeric;
|
||||
unsigned int endnumeric;
|
||||
file_cache contents;
|
||||
std::vector<std::string> contents;
|
||||
Method method;
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user