aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_banredirect.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_banredirect.cpp b/src/modules/m_banredirect.cpp
index 7a8e4e8c0..310903eea 100644
--- a/src/modules/m_banredirect.cpp
+++ b/src/modules/m_banredirect.cpp
@@ -302,11 +302,6 @@ public:
if (redirects)
{
/* We actually had some ban redirects to check */
-
- /* This was replaced with user->MakeHostIP() when I had a snprintf(), but MakeHostIP() doesn't seem to add the nick.
- * Maybe we should have a GetFullIPHost() or something to match GetFullHost() and GetFullRealHost?
- */
-
ModResult result;
FIRST_MOD_RESULT(OnCheckChannelBan, result, (user, chan));
if (result == MOD_RES_ALLOW)