From 17a3c190eb209877884eb0006461adfb873643b0 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 17 Dec 2005 13:05:18 +0000 Subject: Fixed typo in command source git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2552 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_timedbans.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3