diff options
| author | 2005-04-07 17:04:04 +0000 | |
|---|---|---|
| committer | 2005-04-07 17:04:04 +0000 | |
| commit | 211b24ba8cf6e21f435f145b0366adc8a3b62460 (patch) | |
| tree | 8119f965d57ad163f57c220ff8e11ca772184419 /src/modules/m_chghost.cpp | |
| parent | Added /LOADMODULE (tested and working) (diff) | |
Started work on /UNLOADMODULE, resource tracking and flags in Version class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@999 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_chghost.cpp')
| -rw-r--r-- | src/modules/m_chghost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index c1ba262f1..366166e4c 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -51,7 +51,7 @@ class ModuleChgHost : public Module ModuleChgHost() { Srv = new Server; - Srv->AddCommand("CHGHOST",handle_chghost,'o',2); + Srv->AddCommand("CHGHOST",handle_chghost,'o',2,"m_chghost.so"); } virtual ~ModuleChgHost() |
