diff options
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) |