From 22d12b9aac80ba49fc6dfdfeeb39e218e46f9379 Mon Sep 17 00:00:00 2001 From: peavey Date: Wed, 20 Jun 2007 11:06:44 +0000 Subject: Short circuit order as before, since they are prolly listed according to what is used the most. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7393 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_stripcolor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_stripcolor.cpp b/src/modules/m_stripcolor.cpp index 147f7012f..ddf0064af 100644 --- a/src/modules/m_stripcolor.cpp +++ b/src/modules/m_stripcolor.cpp @@ -132,7 +132,7 @@ class ModuleStripColor : public Module else seq = 0; - if (seq || ((*i == 2) || (*i == 15) || (*i == 21) || (*i == 22) || (*i == 31))) + if (seq || ((*i == 2) || (*i == 15) || (*i == 22) || (*i == 21) || (*i == 31))) { safei = i; --i; -- cgit v1.2.3