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_sethost.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_sethost.cpp')
| -rw-r--r-- | src/modules/m_sethost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp index ba5e3319b..dd60e5766 100644 --- a/src/modules/m_sethost.cpp +++ b/src/modules/m_sethost.cpp @@ -48,7 +48,7 @@ class ModuleSetHost : public Module ModuleSetHost() { Srv = new Server; - Srv->AddCommand("SETHOST",handle_sethost,'o',1); + Srv->AddCommand("SETHOST",handle_sethost,'o',1,"m_sethost.so"); } virtual ~ModuleSetHost() |
