summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-17 13:05:18 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-17 13:05:18 +0000
commit17a3c190eb209877884eb0006461adfb873643b0 (patch)
tree05ee66d749dbf5f7c2227aac9c2cf84ed55d5f55
parentfbf55dacfec1de0f5058ee1ae6ebea08697e6a42 (diff)
Fixed typo in command source
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2552 e03df62e-2008-0410-955e-edbf42e46eb7
-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 e45967dd0..fbaadbe17 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.cpp";
}
void Handle (char **parameters, int pcnt, userrec *user)