summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_sajoin.cpp2
-rw-r--r--src/modules/m_timedbans.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_sajoin.cpp b/src/modules/m_sajoin.cpp
index acf5122d8..602a7c3c2 100644
--- a/src/modules/m_sajoin.cpp
+++ b/src/modules/m_sajoin.cpp
@@ -31,7 +31,7 @@ class cmd_sajoin : public command_t
public:
cmd_sajoin() : command_t("SAJOIN", 'o', 2)
{
- this->source = "m_sajoin.cpp";
+ this->source = "m_sajoin.so";
}
void Handle (char **parameters, int pcnt, userrec *user)
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp
index c7f99b8b2..c9e9c243f 100644
--- a/src/modules/m_timedbans.cpp
+++ b/src/modules/m_timedbans.cpp
@@ -44,7 +44,7 @@ class cmd_tban : public command_t
public:
cmd_tban () : command_t("TBAN", 0, 3)
{
- this->source = "m_timedbans.cpp";
+ this->source = "m_timedbans.so";
}
void Handle (char **parameters, int pcnt, userrec *user)