diff options
author | Adam <Adam@anope.org> | 2010-09-12 00:02:22 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-09-12 00:02:22 -0400 |
commit | 47872e53ed39c45c1718f142367f6a2ee5d049e7 (patch) | |
tree | ac108ae8209d859c4676c221e01f73d09e9f763c /src/main.cpp | |
parent | e30370af107e4ae46c5287c7cfa01b679bcc25b3 (diff) |
Removed the --log command line option because its no longer necessary, and updated example.conf
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index b7fd536e9..26ebd65ba 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,6 @@ Anope::string services_dir; /* -dir dirname */ Anope::string services_bin; /* Binary as specified by the user */ Anope::string orig_cwd; /* Original current working directory */ -Anope::string log_filename = "services.log"; /* -log filename */ int debug = 0; /* -debug */ bool readonly = false; /* -readonly */ bool nofork = false; /* -nofork */ |