summaryrefslogtreecommitdiff
path: root/src/modules/m_remove.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_remove.cpp')
-rw-r--r--src/modules/m_remove.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp
index 873bdb25e..d4735081f 100644
--- a/src/modules/m_remove.cpp
+++ b/src/modules/m_remove.cpp
@@ -113,7 +113,7 @@ class ModuleRemove : public Module
ModuleRemove()
{
Srv = new Server;
- Srv->AddCommand("REMOVE", handle_remove, 0, 3);
+ Srv->AddCommand("REMOVE", handle_remove, 0, 3, "m_remove.so");
}
virtual void On005Numeric(std::string &output)