diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-06-06 15:31:43 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-06-06 15:31:43 +0000 |
commit | fc3a83831b8348f34dbf2009e379a5423b4738b9 (patch) | |
tree | 2072a98364a4d598f20236de16f715df25aa7c83 /src/modules/m_abbreviation.cpp | |
parent | f4445fe712ce280835674f748a8d05a361229133 (diff) |
Update a header i left out
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9842 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_abbreviation.cpp')
-rw-r--r-- | src/modules/m_abbreviation.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_abbreviation.cpp b/src/modules/m_abbreviation.cpp index fd6309e83..bc04cc307 100644 --- a/src/modules/m_abbreviation.cpp +++ b/src/modules/m_abbreviation.cpp @@ -44,6 +44,8 @@ class ModuleAbbreviation : public Module command.erase(command.end() - 1); ServerInstance->Logs->Log("m_abbreviation", DEBUG, "Abbreviated command: %s", command.c_str()); + + return false; } }; |