diff options
| author | 2005-12-16 10:07:35 +0000 | |
|---|---|---|
| committer | 2005-12-16 10:07:35 +0000 | |
| commit | fffbcf5f1d4d9e7f6721dac53e8e26f3b20bcfc5 (patch) | |
| tree | 4f823223393d6e4a1f9343ea5911c6be4cd1a1e7 /src/inspircd.cpp | |
| parent | Fixed dodgy makefile generation (diff) | |
Renamed removecommands to remove_commands
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2508 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 050f5190f..64a55ecd2 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -304,7 +304,7 @@ bool InspIRCd::UnloadModule(const char* filename) log(DEBUG,"Erasing module entry..."); erase_factory(j); log(DEBUG,"Removing dependent commands..."); - removecommands(filename); + remove_commands(filename); log(DEFAULT,"Module %s unloaded",filename); MODCOUNT--; return true; |
