diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-04 21:19:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-04 21:19:29 +0000 |
commit | 38d5fd9b40e126bfde51022dac8d5a8a1ff787a9 (patch) | |
tree | c17fd6cb497502b3fda07fe691288f088c0c7570 | |
parent | 5b58824b6c5e34327a758419392f4f0490e5c921 (diff) |
Comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8526 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index b305f742b..6a56384f5 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1558,7 +1558,7 @@ class CoreExport ModuleManager : public classbase */ interfacelist Interfaces; - /** Total number of modules loaded into the ircd, minus one + /** Total number of modules loaded into the ircd */ int ModCount; |