diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_antibear.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_antibear.cpp b/src/modules/m_antibear.cpp index 2c0ae79a3..c8151a96c 100644 --- a/src/modules/m_antibear.cpp +++ b/src/modules/m_antibear.cpp @@ -58,7 +58,6 @@ class ModuleAntiBear : public Module } else { - ServerInstance->Log(DEBUG,"Into other part of if, parameters[0]='%s'",parameters[0]); /* Theyre not registered and the notice is targetted at a server. */ if ((user->registered != REG_ALL) && (strchr(parameters[0], '.'))) return 1; |