]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_servprotect.cpp
Fix problem with autoconnects: don't reset NextConnectTime to a higher value than...
[user/henk/code/inspircd.git] / src / modules / m_servprotect.cpp
index f77bdbc6acbda57287a5a628b6e19d96a175e4da..76df67563d0f0133a5f983f9d01657c82fe075b0 100644 (file)
  */
 
 #include "inspircd.h"
-#include <stdio.h>
-#include <string>
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
-#include "configreader.h"
 
 /* $ModDesc: Provides support for Austhex style +k / UnrealIRCD +S services mode */
 
@@ -34,7 +28,7 @@ class ServProtectMode : public ModeHandler
                 * way to add this mode and that is at client introduction in the UID command,
                 * as this calls OnModeChange for each mode but disregards the return values.
                 * The mode cannot be manually added or removed, not even by a server or by a remote
-                * user, which prevents its (ab)use as a kiddie 'god mode' on such networks.
+                * user or uline, which prevents its (ab)use as a kiddie 'god mode' on such networks.
                 * I'm sure if someone really wants to do that they can make a copy of this module
                 * that does the job. It won't be me though!
                 */