summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/u_listmode.h2
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;