diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-09 11:35:27 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-09 11:35:27 +0000 |
commit | 3897856fb7d887883f7b3c61143ce0b256c00ff8 (patch) | |
tree | 48166a1c29389eb0a68fed65d0ecd5a4165fe344 /include/inspircd.h | |
parent | 6650ab5cb5a7836569c553b4f756332be5f86beb (diff) |
Initial totally untested logger implementation that does nothing.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8856 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 71a809be9..cc474dbfb 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -29,9 +29,6 @@ #include <time.h> #include <stdarg.h> - -//#include <string> -//#include <sstream> #include "inspircd_config.h" #include "uid.h" #include "users.h" @@ -39,6 +36,7 @@ #include "timer.h" #include "hashcomp.h" #include "typedefs.h" +#include "logger.h" #include "usermanager.h" #include "socket.h" #include "ctables.h" @@ -49,7 +47,6 @@ #include "cull_list.h" #include "filelogger.h" #include "caller.h" -//#include "inspsocket.h" #include "modules.h" #include "configreader.h" #include "inspstring.h" |