]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/server.cpp
Close connections when an I/O hook is configured but not loaded.
[user/henk/code/inspircd.git] / src / server.cpp
index ff8f6211fbaa663cc2399a56c9f2f396649e5859..39d30e37a395ea6d3f3780c31af22fd722ea1874 100644 (file)
@@ -20,9 +20,9 @@
  */
 
 
-#include <signal.h>
-#include "exitcodes.h"
 #include "inspircd.h"
+#include "exitcodes.h"
+#include <signal.h>
 
 void InspIRCd::SignalHandler(int signal)
 {
@@ -201,7 +201,6 @@ void ISupportManager::Build()
        tokens["STATUSMSG"] = ServerInstance->Modes->BuildPrefixes(false);
        tokens["TOPICLEN"] = ConvToStr(ServerInstance->Config->Limits.MaxTopic);
        tokens["USERLEN"] = ConvToStr(ServerInstance->Config->Limits.IdentMax);
-       tokens["VBANLIST"];
 
        // Modules can add new tokens and also edit or remove existing tokens
        FOREACH_MOD(On005Numeric, (tokens));