diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-09 17:37:36 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-09 17:37:36 +0000 |
commit | b98c8c198c5c7f17b513aaabefae3bf465437411 (patch) | |
tree | e94f05483ef1c7d830ef7d2a12feab2ed4b4d25b /include | |
parent | f16ef27e0e5df0249ecb38f7adf76735a550ad0a (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/u_listmode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |