diff options
| author | 2017-08-27 13:18:58 +0100 | |
|---|---|---|
| committer | 2017-08-27 13:18:58 +0100 | |
| commit | a1bc06e8a02635d68761ac890912906674dafadc (patch) | |
| tree | 511afbe4291684c9637f52719568d8cbbf99dbf0 /src/modmanager_static.cpp | |
| parent | Match against core_*.so when looking for core modules. (diff) | |
| download | inspircd++-a1bc06e8a02635d68761ac890912906674dafadc.tar.gz inspircd++-a1bc06e8a02635d68761ac890912906674dafadc.tar.bz2 inspircd++-a1bc06e8a02635d68761ac890912906674dafadc.zip | |
Update a bunch of references to the old command modules.
Diffstat (limited to 'src/modmanager_static.cpp')
| -rw-r--r-- | src/modmanager_static.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modmanager_static.cpp b/src/modmanager_static.cpp index 03e240993..4de111b63 100644 --- a/src/modmanager_static.cpp +++ b/src/modmanager_static.cpp @@ -17,7 +17,7 @@ */ -#define MODNAME "cmd_all" +#define MODNAME "core_all" #include "inspircd.h" #include "exitcodes.h" |
