summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_messageflood.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_messageflood.cpp b/src/modules/m_messageflood.cpp
index 980c78dff..10048ccf0 100644
--- a/src/modules/m_messageflood.cpp
+++ b/src/modules/m_messageflood.cpp
@@ -148,7 +148,7 @@ class ModuleMsgFlood : public Module
// By doing this we're *assuming* no other module has fucked up the CHANMODES=
// section of the 005 numeric. If they have, we're going DOWN in a blaze of glory,
// with a honking great EXCEPTION :)
- temp1.insert(temp1.find(",")+1,"L");
+ temp1.insert(temp1.find(",")+1,"f");
}
temp2 = temp2 + temp1 + " ";
}