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_globops.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_globops.cpp')
| -rw-r--r-- | src/modules/m_globops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_globops.cpp b/src/modules/m_globops.cpp index 03c49ca10..5a1a8f7b3 100644 --- a/src/modules/m_globops.cpp +++ b/src/modules/m_globops.cpp @@ -50,7 +50,7 @@ class ModuleGlobops : public Module printf("Could not claim usermode +g for this module!"); exit(0); } - Srv->AddCommand("GLOBOPS",handle_globops,'o',1); + Srv->AddCommand("GLOBOPS",handle_globops,'o',1,"m_globops.so"); } virtual ~ModuleGlobops() |
