diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-17 13:05:18 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-17 13:05:18 +0000 |
commit | 17a3c190eb209877884eb0006461adfb873643b0 (patch) | |
tree | 05ee66d749dbf5f7c2227aac9c2cf84ed55d5f55 /src | |
parent | fbf55dacfec1de0f5058ee1ae6ebea08697e6a42 (diff) |
Fixed typo in command source
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2552 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_timedbans.cpp | 2 |
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) |