Fix typo opermoth -> opermotd. Thanks Ankit.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10931 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
peavey 2009-01-02 16:03:42 +00:00
parent ea5245d625
commit 4e6997fddf

View File

@ -73,7 +73,7 @@ class ModuleOpermotd : public Module
opermotd = NULL;
}
opermotd = new FileReader(ServerInstance, filename);
onoper = conf->ReadFlag("opermoth","onoper","yes",0);
onoper = conf->ReadFlag("opermotd","onoper","yes",0);
delete conf;
}