From 29b4e8dce678748ecc9e6004288464c179ca20ca Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 Jan 2006 19:26:59 +0000 Subject: Changed some .cpp to .so in the this->source field git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2800 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_sajoin.cpp | 2 +- src/modules/m_timedbans.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3