diff options
| author | 2023-01-24 00:16:42 +0000 | |
|---|---|---|
| committer | 2023-01-24 00:16:42 +0000 | |
| commit | d83f7391f5aa1b7a2aac7e2ce13c2d98af1cc4d7 (patch) | |
| tree | 3bee8b4d40d4fb86cadf6ed86416e8e29a915027 /src/modules | |
| parent | Convert log calls to use fmtlib format strings (diff) | |
Clean up some remaining old format string stuff.
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_banredirect.cpp | 5 |
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) |
