summaryrefslogtreecommitdiff
path: root/src/modules/m_timedbans.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-15 19:26:59 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-15 19:26:59 +0000
commit29b4e8dce678748ecc9e6004288464c179ca20ca (patch)
tree0c3f82af8988aa35bd28314384fc83cd115dad2a /src/modules/m_timedbans.cpp
parent5ba356b7e090e4c1c8f83babb2f8ab8bceb74ef2 (diff)
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
Diffstat (limited to 'src/modules/m_timedbans.cpp')
-rw-r--r--src/modules/m_timedbans.cpp2
1 files changed, 1 insertions, 1 deletions
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)