From 8934ec9c4bd2529db698a5a022e7833918c2ac03 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 22 Jan 2006 15:57:06 +0000 Subject: Fixed 005 to be f not L git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2827 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_messageflood.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 + " "; } -- cgit v1.2.3