summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h21
1 files changed, 9 insertions, 12 deletions
diff --git a/include/extern.h b/include/extern.h
index 6232389ba..a968c37c4 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -193,20 +193,17 @@ E Anope::string version_protocol;
E Anope::string services_dir;
E Anope::string log_filename;
E int debug;
-E int readonly;
+E bool readonly;
E bool LogChan;
-E int nofork;
-E int forceload;
-E int nothird;
-E int noexpire;
-E int protocoldebug;
-
-E int is44;
-E int quitting;
-E int shutting_down;
+E bool nofork;
+E bool nothird;
+E bool noexpire;
+E bool protocoldebug;
+
+E bool quitting;
+E bool shutting_down;
E Anope::string quitmsg;
-E int save_data;
-E int got_alarm;
+E bool save_data;
E time_t start_time;
E Socket *UplinkSock;