summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/message.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/message.cpp b/src/message.cpp
index ce51f8c87..45138e7b9 100644
--- a/src/message.cpp
+++ b/src/message.cpp
@@ -50,13 +50,8 @@ using namespace std;
extern int MODCOUNT;
extern std::vector<Module*> modules;
extern std::vector<ircd_module*> factory;
-
-extern char ServerName[MAXBUF];
-
extern time_t TIME;
-
-extern FILE *log_file;
-extern char DNSServer[MAXBUF];
+extern ServerConfig* Config;
/* return 0 or 1 depending if users u and u2 share one or more common channels
* (used by QUIT, NICK etc which arent channel specific notices) */