diff options
| author | 2009-01-02 16:03:42 +0000 | |
|---|---|---|
| committer | 2009-01-02 16:03:42 +0000 | |
| commit | 4e6997fddf8eba872584830e0d56c8de83b76aab (patch) | |
| tree | edf4c89d7db7294c0362a19665830f69272afc4b /src/modules | |
| parent | Make it optional to show opermotd on /OPER, defaults to showing the motd if n... (diff) | |
Fix typo opermoth -> opermotd. Thanks Ankit.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10931 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_opermotd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index aa927ad38..ce225288c 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -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; } |
