From b98c8c198c5c7f17b513aaabefae3bf465437411 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 9 Jul 2006 17:37:36 +0000 Subject: Reorder to avoid warning. We could make the autotidy stuff part of the 'check argument' virtual method in banexception and inviteexception at a later date? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4237 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/u_listmode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/u_listmode.h b/include/u_listmode.h index a03efce00..1618754a3 100644 --- a/include/u_listmode.h +++ b/include/u_listmode.h @@ -48,11 +48,11 @@ class ListModeBase : public ModeHandler { protected: Server* Srv; - bool tidy; std::string infokey; std::string listnumeric; std::string endoflistnumeric; std::string endofliststring; + bool tidy; std::string configtag; limitlist chanlimits; -- cgit v1.2.3