diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-12 21:35:33 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-12 21:35:33 +0000 |
commit | f2360a777d223b786767ff6f26473a6b3f4b19e6 (patch) | |
tree | b830c33af6af0b867446190a8e2b47761d498a22 /src/modules/m_gecosban.cpp | |
parent | bb7d85d51e2d51ac13f335b13dfa1f8e8ba3e23b (diff) |
Remove debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9993 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_gecosban.cpp')
-rw-r--r-- | src/modules/m_gecosban.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_gecosban.cpp b/src/modules/m_gecosban.cpp index 3c041c548..49ca17fe0 100644 --- a/src/modules/m_gecosban.cpp +++ b/src/modules/m_gecosban.cpp @@ -42,8 +42,6 @@ class ModuleNickBan : public Module if (!c) return 0; - ServerInstance->Logs->Log("EXTBANS", DEBUG, "Checking if %s is banned", user->fullname.c_str()); - if (c->IsExtBanned(user->fullname, 'r')) { // XXX: send a numeric here |