mirror of
https://github.com/anope/anope.git
synced 2026-07-09 09:03:13 +02:00
Removed old config.h and moved configreader.h to config.h
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include "services.h"
|
||||
#include "configreader.h"
|
||||
#include "config.h"
|
||||
#include "hashcomp.h" // If this gets added to services.h or someplace else later, remove it from here -- CyberBotX
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@
|
||||
std::string services_dir; /* -dir dirname */
|
||||
std::string services_bin; /* Binary as specified by the user */
|
||||
std::string orig_cwd; /* Original current working directory */
|
||||
std::string log_filename = LOG_FILENAME; /* -log filename */
|
||||
std::string log_filename = "services.log"; /* -log filename */
|
||||
int debug = 0; /* -debug */
|
||||
int readonly = 0; /* -readonly */
|
||||
bool LogChan = false; /* -logchan */
|
||||
|
||||
Reference in New Issue
Block a user