mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 19:49:02 -04:00
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:
parent
ea5245d625
commit
4e6997fddf
@ -73,7 +73,7 @@ class ModuleOpermotd : public Module
|
|||||||
opermotd = NULL;
|
opermotd = NULL;
|
||||||
}
|
}
|
||||||
opermotd = new FileReader(ServerInstance, filename);
|
opermotd = new FileReader(ServerInstance, filename);
|
||||||
onoper = conf->ReadFlag("opermoth","onoper","yes",0);
|
onoper = conf->ReadFlag("opermotd","onoper","yes",0);
|
||||||
delete conf;
|
delete conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user