diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 16:56:03 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 16:56:03 +0000 |
commit | e91d5023f3ace4bb80d197621d6dc20b6e293641 (patch) | |
tree | 7d117cc7908bbf5fb0dd18167369f5ff302317c4 /src/modules/m_banexception.cpp | |
parent | 94288cdc2efb02eab9f27b3225adad839a7f2b58 (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/m_banexception.cpp')
-rw-r--r-- | src/modules/m_banexception.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index a530ea49b..bd549860f 100644 --- a/src/modules/m_banexception.cpp +++ b/src/modules/m_banexception.cpp @@ -57,7 +57,6 @@ public: { modelist* list; chan->GetExt(be->GetInfoKey(), list); - Srv->Log(DEBUG, std::string(user->nick)+" is trying to join "+std::string(chan->name)+", checking for ban exceptions"); if(list) { |