diff options
Diffstat (limited to 'src/modules/m_nicklock.cpp')
-rw-r--r-- | src/modules/m_nicklock.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/modules/m_nicklock.cpp b/src/modules/m_nicklock.cpp index f80bff5b1..071eda8ee 100644 --- a/src/modules/m_nicklock.cpp +++ b/src/modules/m_nicklock.cpp @@ -11,18 +11,14 @@ * --------------------------------------------------- */ -#include <stdio.h> -#include <string> +#include "inspircd.h" #include "users.h" #include "channels.h" #include "modules.h" - #include "hashcomp.h" -#include "inspircd.h" /* $ModDesc: Provides the NICKLOCK command, allows an oper to chage a users nick and lock them to it until they quit */ - /** Handle /NICKLOCK */ class cmd_nicklock : public command_t |