diff options
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 65a9f3d9f..ea45c5d9e 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -465,18 +465,6 @@ void Server::DumpText(userrec* User, const std::string &LinePrefix, stringstream User->WriteServ(CompleteLine); } -void Server::SendCommon(userrec* User, const std::string &text, bool IncludeSender) -{ - if (IncludeSender) - { - WriteCommon_NoFormat(User,text.c_str()); - } - else - { - WriteCommonExcept_NoFormat(User,text.c_str()); - } -} - void Server::SendWallops(userrec* User, const std::string &text) { WriteWallOps(User,false,"%s",text.c_str()); |