diff options
| author | 2006-08-10 16:56:03 +0000 | |
|---|---|---|
| committer | 2006-08-10 16:56:03 +0000 | |
| commit | e91d5023f3ace4bb80d197621d6dc20b6e293641 (patch) | |
| tree | 7d117cc7908bbf5fb0dd18167369f5ff302317c4 /src/modules.cpp | |
| parent | Fixes and removal of Server::GetServerName() (diff) | |
Removal of Server::Log -- not much ever used it anyway with the ability to use log(). log() macro still exists, and calls InspIRCd::Log()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4845 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index e8590bcc4..ee18cb9a6 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -370,11 +370,6 @@ bool Server::IsValidModuleCommand(const std::string &commandname, int pcnt, user return ServerInstance->Parser->IsValidCommand(commandname, pcnt, user); } -void Server::Log(int level, const std::string &s) -{ - log(level,"%s",s.c_str()); -} - void Server::AddCommand(command_t *f) { if (!ServerInstance->Parser->CreateCommand(f)) |
